[tnozaki-elftoolchain] refactoring _libelf.h and libelf.h header file dependency

Issue #281 resolved
Takehiko NOZAKI repo owner created an issue

libelf’s c source include _libelf.h and libelf.h separatory

#include <sys/cdefs.h>
...
#include <libelf.h>
...
#include "_libelf.h"

_libelf.h should include libelf.h(also sys/cdefs.h) as same as _libdwarf.h and libdwarf.h do.

this change helps including nbtool_config.h only in _libelf.h

Comments (3)

  1. Log in to comment