summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 00d24d5..80edf03 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -4,10 +4,10 @@
#include <stdint.h>
#include <stdio.h>
-#include <perk/perk_consts.h>
-#include <perk/perk_structs.h>
-#include <perk/perk_meta.h>
-#include <perk/perk_output.h>
+#include "perk_consts.h"
+#include "perk_structs.h"
+#include "perk_meta.h"
+#include "perk_output.h"
#ifdef __cplusplus
extern "C" {