X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ac3670b33981698a02c5e95ab4f11cb3fe57562d..03d22bba09feb7ab3ba9a7b4a08bcdc8bc397419:/stglibs/crypto.lib/include/stg/blowfish.h?ds=inline

diff --git a/stglibs/crypto.lib/include/stg/blowfish.h b/stglibs/crypto.lib/include/stg/blowfish.h
index 80e39cd3..783a9c30 100644
--- a/stglibs/crypto.lib/include/stg/blowfish.h
+++ b/stglibs/crypto.lib/include/stg/blowfish.h
@@ -13,10 +13,7 @@
 #define MAXKEYBYTES 56          /* 448 bits */
 
 #ifdef __cplusplus
-#include <cstddef> // size_t
 extern "C" {
-#else
-#include <stddef.h> // size_t
 #endif
 
 typedef struct {