summaryrefslogtreecommitdiff
path: root/plugins/elf/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/program.h')
-rw-r--r--plugins/elf/program.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/elf/program.h b/plugins/elf/program.h
index bf05d2a..91de4ec 100644
--- a/plugins/elf/program.h
+++ b/plugins/elf/program.h
@@ -21,12 +21,12 @@
*/
-#ifndef _FORMAT_ELF_PROGRAM_H
-#define _FORMAT_ELF_PROGRAM_H
+#ifndef _PLUGINS_ELF_PROGRAM_H
+#define _PLUGINS_ELF_PROGRAM_H
-#include "elf.h"
#include "elf_def.h"
+#include "format.h"
@@ -44,4 +44,4 @@ bool translate_address_into_vmpa_using_elf_programs(const GElfFormat *, virt_t,
-#endif /* _FORMAT_ELF_PROGRAM_H */
+#endif /* _PLUGINS_ELF_PROGRAM_H */