summaryrefslogtreecommitdiffstats
path: root/dwarflint/reloc.cc
diff options
context:
space:
mode:
authorPetr Machata <[email protected]>2010-09-22 16:23:39 +0200
committerPetr Machata <[email protected]>2010-09-22 16:23:39 +0200
commit4eec4fa552709e0677f5bcc1c8ab2baf907dd072 (patch)
tree3d3b0b9b741f93c36dc10c873a45eb7b8cd9e361 /dwarflint/reloc.cc
parente8d64a0ffab2efe582f69de9bc8dbccb723b1853 (diff)
dwarflint: Getting rid of compat C bindings
Diffstat (limited to 'dwarflint/reloc.cc')
-rw-r--r--dwarflint/reloc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwarflint/reloc.cc b/dwarflint/reloc.cc
index 53510a75..94730466 100644
--- a/dwarflint/reloc.cc
+++ b/dwarflint/reloc.cc
@@ -27,8 +27,8 @@
#define __STDC_FORMAT_MACROS
#include "low.h"
-#include "reloc.h"
-#include "messages.h"
+#include "reloc.hh"
+#include "messages.hh"
#include "misc.h"
#include "readctx.h"