]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspstring.h
Clear up header insanity
[user/henk/code/inspircd.git] / include / inspstring.h
index 714e066066714b09430bc0d182b057b6682e6e51..bb03bc2edbe5f2480c2df745321a06629c5b881f 100644 (file)
 #ifndef __IN_INSPSTRING_H
 #define __IN_INSPSTRING_H
 
+// This (inspircd_config) is needed as inspstring doesn't pull in the central header
 #include "inspircd_config.h"
 #include <string.h>
-#include <cstddef>
+//#include <cstddef>
 
 #ifndef HAS_STRLCPY
 /** strlcpy() implementation for systems that don't have it (linux) */