summaryrefslogtreecommitdiff
path: root/plugins/elf/loading.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/loading.h')
-rw-r--r--plugins/elf/loading.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/plugins/elf/loading.h b/plugins/elf/loading.h
index ff5d7bb..03ac184 100644
--- a/plugins/elf/loading.h
+++ b/plugins/elf/loading.h
@@ -21,22 +21,14 @@
*/
-#ifndef _FORMAT_ELF_LOADING_H
-#define _FORMAT_ELF_LOADING_H
+#ifndef _PLUGINS_ELF_LOADING_H
+#define _PLUGINS_ELF_LOADING_H
#include <gtkext/gtkstatusstack.h>
-#include "elf.h"
-
-
-
-
-//#include "../routine.h"
-//#include "../../arch/processor.h"
-//#include "../../format/executable.h"
-//#include "../../gtkext/gtkstatusstack.h"
+#include "format.h"
@@ -70,4 +62,4 @@ void g_elf_loading_get_internal_info(GElfLoading *, const elf_shdr **, bool *, c
-#endif /* _FORMAT_ELF_LOADING_H */
+#endif /* _PLUGINS_ELF_LOADING_H */