summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index fa23754..f34f7c1 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -8,7 +8,6 @@
#include "perk_consts.h"
#include "perk_structs.h"
#include "perk_meta.h"
-#include "perk_output.h"
#ifdef __cplusplus
extern "C" {
@@ -47,9 +46,6 @@ extern "C" {
/* unit action flags */
#define PERK_ACTION_MAP_READWRITE 0x0001
-/* unit (text) output & format flags */
-#define PERK_OUTPUT_EXPORT_SYMS 0x0001
-
struct pe_raw_image {
void * addr;
size_t size;