From 12042ad970c1312bf7901ca9694d1137962676d1 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 16 Oct 2024 07:07:31 -0400 Subject: single-header creation refactor --- pkstr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkstr.h') 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 struct pk_str -- cgit v1.2.3