From b2548ba4ce295fcd94a50123fb543fac2ef2bc33 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 14 Nov 2024 14:46:23 -0500 Subject: add pk.h and major pkmem refactor Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr --- src/plugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins.cpp') diff --git a/src/plugins.cpp b/src/plugins.cpp index 5b0b817..ac07e93 100644 --- a/src/plugins.cpp +++ b/src/plugins.cpp @@ -2,7 +2,7 @@ #include "plugins.hpp" #include "array.hpp" -#include "macros.hpp" +#include "vendor/pk.h" #include #include -- cgit v1.2.3