Verified Commit bd7be68c authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

drop an unneeded include

parent f0fb61a1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -405,12 +405,11 @@ Description: use the simde header library for greater compatability
 	cigar* path;
--- libssw.orig/src/ssw.h
+++ libssw/src/ssw.h
@@ -14,7 +14,7 @@
@@ -14,7 +14,6 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <string.h>
-#include <emmintrin.h>
+#include "../debian/include/simde/x86/sse2.h"
 
 #ifdef __cplusplus
 extern "C" {