summaryrefslogtreecommitdiff
path: root/plugins/elf/elf_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/elf_def.h')
-rw-r--r--plugins/elf/elf_def.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/elf/elf_def.h b/plugins/elf/elf_def.h
index 0d91e00..5ab915a 100644
--- a/plugins/elf/elf_def.h
+++ b/plugins/elf/elf_def.h
@@ -21,8 +21,8 @@
*/
-#ifndef _FORMAT_ELF_ELF_DEF_H
-#define _FORMAT_ELF_ELF_DEF_H
+#ifndef _PLUGINS_ELF_ELF_DEF_H
+#define _PLUGINS_ELF_ELF_DEF_H
#include <stdint.h>
@@ -427,9 +427,6 @@ typedef union _elf_shdr
referenced or allocated (Solaris).*/
-
-
-
/* ----------------------------- DONNEES POUR LE LINKER ----------------------------- */
@@ -631,4 +628,4 @@ typedef struct _elf_note
-#endif /* _FORMAT_ELF_ELF_DEF_H */
+#endif /* _PLUGINS_ELF_ELF_DEF_H */