remove unnecessary x86intrin.h include

master
leitner 8 years ago
parent d862c9e482
commit 6cd198cb98

@ -1,8 +1,5 @@
#include <string.h> #include <string.h>
#include "buffer.h" #include "buffer.h"
#ifdef __x86_64__
#include <x86intrin.h>
#endif
extern int buffer_stubborn(ssize_t (*op)(),int fd,const char* buf, size_t len,void* cookie); extern int buffer_stubborn(ssize_t (*op)(),int fd,const char* buf, size_t len,void* cookie);

Loading…
Cancel
Save