summaryrefslogtreecommitdiff
path: root/plugins/elf/elf-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/elf-int.h')
-rw-r--r--plugins/elf/elf-int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/elf/elf-int.h b/plugins/elf/elf-int.h
index 34f15cb..3b4b67c 100644
--- a/plugins/elf/elf-int.h
+++ b/plugins/elf/elf-int.h
@@ -21,16 +21,16 @@
*/
-#ifndef _FORMAT_ELF_ELF_INT_H
-#define _FORMAT_ELF_ELF_INT_H
+#ifndef _PLUGINS_ELF_ELF_INT_H
+#define _PLUGINS_ELF_ELF_INT_H
#include <common/endianness.h>
#include <format/executable-int.h>
-#include "elf.h"
#include "elf_def.h"
+#include "format.h"
@@ -77,4 +77,4 @@ bool read_elf_note(const GElfFormat *, GBinContent *, phys_t *, elf_note *);
-#endif /* _FORMAT_ELF_ELF_INT_H */
+#endif /* _PLUGINS_ELF_ELF_INT_H */