string: fix, make it compile on non-SSE2 machines
authorJann Horn <jann@thejh.net>
Tue, 20 Aug 2013 19:31:44 +0000 (21:31 +0200)
committerJann Horn <jann@thejh.net>
Tue, 20 Aug 2013 19:31:44 +0000 (21:31 +0200)
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)))