summaryrefslogtreecommitdiff
path: root/plugins/elf/dynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/dynamic.h')
-rw-r--r--plugins/elf/dynamic.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/elf/dynamic.h b/plugins/elf/dynamic.h
index 7fce1d4..ee5d3d8 100644
--- a/plugins/elf/dynamic.h
+++ b/plugins/elf/dynamic.h
@@ -21,12 +21,12 @@
*/
-#ifndef _FORMAT_ELF_DYNAMIC_H
-#define _FORMAT_ELF_DYNAMIC_H
+#ifndef _PLUGINS_ELF_DYNAMIC_H
+#define _PLUGINS_ELF_DYNAMIC_H
-#include "elf.h"
#include "elf_def.h"
+#include "format.h"
@@ -38,4 +38,4 @@ bool find_elf_dynamic_item_from_pheader(const GElfFormat *, const elf_phdr *, in
-#endif /* _FORMAT_ELF_DYNAMIC_H */
+#endif /* _PLUGINS_ELF_DYNAMIC_H */