]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
More #include cleanups.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 15 Oct 2012 14:26:06 +0000 (16:26 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 15 Oct 2012 14:26:06 +0000 (16:26 +0200)
libdwfl/Makefile.am
libdwfl/libdwflP.h
libebl/libeblP.h

index b4c3f766e1ee0cb0488d71335563a7fd7567e954..399e30601ea3c1c0257b783dea7f6e7aae8aa2a7 100644 (file)
@@ -31,7 +31,7 @@
 ##
 include $(top_srcdir)/config/eu.am
 INCLUDES += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
-          -I$(srcdir)/../libdw
+           -I$(srcdir)/../libdw -I$(srcdir)/../libasm
 VERSION = 1
 
 noinst_LIBRARIES = libdwfl.a
index ad6a6d118ef17cb132afa92a3cad8a351aff608c..5b1e071c042794a5e697e3ef851e33b63f15e871 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef PACKAGE_NAME
 # include <config.h>
 #endif
-#include "../libdwfl/libdwfl.h"
+#include <libdwfl.h>
 #include <libebl.h>
 #include <assert.h>
 #include <errno.h>
index 2e98b5a71319469d74c441d3ef36b7eb56e70ffd..773b6b8f8377407243681f5a162bedd92b5c5812 100644 (file)
@@ -30,8 +30,8 @@
 #define _LIBEBLP_H 1
 
 #include <gelf.h>
-#include "../libasm/libasm.h"
-#include "../libebl/libebl.h"
+#include <libasm.h>
+#include <libebl.h>
 #include <libintl.h>