From: Jann Horn Date: Tue, 20 Aug 2013 19:31:44 +0000 (+0200) Subject: string: fix, make it compile on non-SSE2 machines X-Git-Url: http://git.thejh.net/?p=libjh.git;a=commitdiff_plain;h=cfe1939e7d11c5c3863ed474ff9bc590422c97e7 string: fix, make it compile on non-SSE2 machines --- diff --git a/string.c b/string.c index f58fd3c..76aa69e 100644 --- a/string.c +++ b/string.c @@ -2,7 +2,6 @@ // This code is licensed under the AGPLv3. #include -#include HEADER #include HEADER #define streq(a,b) (!strcmp((a),(b)))