summaryrefslogtreecommitdiff
path: root/plugins/elf/section.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/section.h')
-rw-r--r--plugins/elf/section.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/elf/section.h b/plugins/elf/section.h
index f3be0f4..4ee2695 100644
--- a/plugins/elf/section.h
+++ b/plugins/elf/section.h
@@ -21,12 +21,12 @@
*/
-#ifndef _FORMAT_ELF_SECTION_H
-#define _FORMAT_ELF_SECTION_H
+#ifndef _PLUGINS_ELF_SECTION_H
+#define _PLUGINS_ELF_SECTION_H
-#include "elf.h"
#include "elf_def.h"
+#include "format.h"
@@ -65,4 +65,4 @@ bool translate_address_into_vmpa_using_elf_sections(const GElfFormat *, virt_t,
-#endif /* _FORMAT_ELF_SECTION_H */
+#endif /* _PLUGINS_ELF_SECTION_H */