diff options
author | midipix <writeonce@midipix.org> | 2015-05-08 20:08:48 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:18 -0500 |
commit | c65ad99c60062086931f3d65b8997979217cf100 (patch) | |
tree | 9a7eae8b68d8fa430c1cbf6131387b96a65b22a0 /include | |
parent | 4e9e98a77d458aa2c197dfca2562aa18abcd2095 (diff) | |
download | perk-c65ad99c60062086931f3d65b8997979217cf100.tar.bz2 perk-c65ad99c60062086931f3d65b8997979217cf100.tar.xz |
include secondary library headers using a quoted file identifier.
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 8 |
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" { |