string: fix, make it compile on non-SSE2 machines
[libjh.git] / string.c
index f58fd3c..76aa69e 100644 (file)
--- a/string.c
+++ b/string.c
@@ -2,7 +2,6 @@
 // This code is licensed under the AGPLv3.
 
 #include <string.h>
-#include <emmintrin.h>
 HEADER #include <stdint.h>
 
 HEADER #define streq(a,b) (!strcmp((a),(b)))