]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - bmw/bmw_small_speed.c
updated build system
[arm-crypto-lib.git] / bmw / bmw_small_speed.c
index d1d70e068a4f2a0eeb2bd8bdc0f6885698f01fe1..0a102c0375566339134906ee8e74be81078cbcca 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdint.h>
 #include <string.h>
 #include "bmw_small.h"
-#include "memxor.h"
 
 #define SHL32(a,n) ((a)<<(n))
 #define SHR32(a,n) ((a)>>(n))