summaryrefslogtreecommitdiff
path: root/plugins/elf/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/strings.h')
-rw-r--r--plugins/elf/strings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/elf/strings.h b/plugins/elf/strings.h
index bea52da..456bd0a 100644
--- a/plugins/elf/strings.h
+++ b/plugins/elf/strings.h
@@ -21,11 +21,11 @@
*/
-#ifndef _FORMAT_ELF_STRINGS_H
-#define _FORMAT_ELF_STRINGS_H
+#ifndef _PLUGINS_ELF_STRINGS_H
+#define _PLUGINS_ELF_STRINGS_H
-#include "elf.h"
+#include "format.h"
@@ -34,4 +34,4 @@ bool find_all_elf_strings(GElfFormat *);
-#endif /* _FORMAT_ELF_STRINGS_H */
+#endif /* _PLUGINS_ELF_STRINGS_H */