]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/file/digest_common.h
Cleanup: un-wrap C++ header includes
[thirdparty/squid.git] / helpers / digest_auth / file / digest_common.h
index f7dfaa8e6b47b1091f6a6d428867b87df89f8eec..41258faa6a26f0b4cdaeb7213e7636e10db2f437 100644 (file)
 #include "rfc2617.h"
 #include "util.h"
 
-#if HAVE_STDIO_H
-#include <stdio.h>
-#endif
+#include <cstring>
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif