summaryrefslogtreecommitdiff
path: root/pkstr.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-10-16 07:07:31 -0400
committerJonathan Bradley <jcb@pikum.xyz>2024-10-16 07:07:31 -0400
commit12042ad970c1312bf7901ca9694d1137962676d1 (patch)
treefa4f552769d8dc1564dfeb12fff98518950783a9 /pkstr.h
parent1ac46b846f57cd97e289325e3ad8fd59f8e48208 (diff)
single-header creation refactor
Diffstat (limited to 'pkstr.h')
-rw-r--r--pkstr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkstr.h b/pkstr.h
index 75d6801..429a234 100644
--- a/pkstr.h
+++ b/pkstr.h
@@ -25,8 +25,7 @@ int pk_compare_cstr(const struct pk_cstr *lhs, const struct pk_cstr *rhs);
#ifdef PK_IMPL_STR
-#include "./pkmacros.h"
-
+#include "./pkmacros.h" /* deleteme */
#include <string.h>
struct pk_str