]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon/noekeon_prng.c
clearing up inclusion structure for easier integration in supercop
[avr-crypto-lib.git] / noekeon / noekeon_prng.c
index 5e984d20a8e7a8758f1bd68395e633e745ace7c9..4e73c7cde91bad353aa327a34c5cff46c2137526 100644 (file)
@@ -24,8 +24,8 @@
  * 
  */
 
-#include "noekeon/noekeon.h"
-#include "memxor/memxor.h"
+#include "noekeon.h"
+#include "memxor.h"
 #include <stdint.h>
 #include <string.h>