summaryrefslogtreecommitdiff
path: root/include/libelfu/analysis.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libelfu/analysis.h')
-rw-r--r--include/libelfu/analysis.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/libelfu/analysis.h b/include/libelfu/analysis.h
deleted file mode 100644
index f3d4ddb..0000000
--- a/include/libelfu/analysis.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __LIBELFU_ANALYSIS_H_
-#define __LIBELFU_ANALYSIS_H_
-
-#include <libelf.h>
-#include <gelf.h>
-
-#include <libelfu/types.h>
-
-int elfu_segmentContainsSection(GElf_Phdr *phdr, GElf_Shdr *shdr);
-
-#endif