]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-md5-test.c
clean up
[avr-crypto-lib.git] / test_src / main-md5-test.c
index fdafb204e517b27992cf805a034dfe9fe62c872c..b04635475b28d92454170f7f53c3391777d956f4 100644 (file)
 */
 
 #include "config.h"
-#include "serial-tools.h"
+
 #include "uart_i.h"
 #include "debug.h"
 
 #include "md5.h"
 #include "nessie_hash_test.h"
 #include "performance_test.h"
-#include "hfal_md5.h"
-#include "hfal-performance.h"
+#include "hfal/hfal_md5.h"
+#include "hfal/hfal-performance.h"
 
 #include <stdint.h>
 #include <string.h>