summaryrefslogtreecommitdiff
path: root/plugins/elf/loading.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-15 21:44:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-15 21:44:28 (GMT)
commit1e7c7de85438749d3faf7b76984b86a9c088fbc1 (patch)
tree8d118fd269c23d019e7c7d8bd60c33c0c8809a56 /plugins/elf/loading.h
parent105394bcc19b3565c6b77d38625d8813596d0c1b (diff)
Refactored ELF related code.
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 */