]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/eui/Eui64.h
Cleanup: un-wrap C++ header includes
[thirdparty/squid.git] / src / eui / Eui64.h
index ec318201d906f89df7d43f08a0ce43aab5ecee47..4569e83194f88b7313bab9ea841203db3471c324 100644 (file)
@@ -8,18 +8,11 @@ namespace Ip
 class Address;
 }
 
-#if HAVE_CSTRING
 #include <cstring>
-#endif
 #if HAVE_SYS_EUI64_H
 #include <sys/eui64.h>
 #endif
 
-/* memcpy and friends */
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-
 namespace Eui
 {