summaryrefslogtreecommitdiff
path: root/libdwfl/cu.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2022-12-20 14:53:43 +0100
committerMark Wielaard <mark@klomp.org>2022-12-20 18:41:05 +0100
commit6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04 (patch)
treed24a7414034932e8bf95b1d694f006375122a40f /libdwfl/cu.c
parent13a4d1279c5b7847049ca3045d04f2705c45ce31 (diff)
downloadelfutils-6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04.tar.gz
Do not use relative include paths in library files.
Rely on include dirs being set up correctly. Setup libdw AM_CPPFLAGS to include libebl directory. In libdwfl note that debuginfod.h is a generated file in the builddir. Only include it in the one file debuginfod-client.c that really needs it. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libdwfl/cu.c')
-rw-r--r--libdwfl/cu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdwfl/cu.c b/libdwfl/cu.c
index 4de66248..b1afb19a 100644
--- a/libdwfl/cu.c
+++ b/libdwfl/cu.c
@@ -31,8 +31,8 @@
#endif
#include "libdwflP.h"
-#include "../libdw/libdwP.h"
-#include "../libdw/memory-access.h"
+#include "libdwP.h"
+#include "memory-access.h"
#include <search.h>