Fix warnings.
[bertos.git] / app / randpool / randpool_demo.c
index 9a5ff75814195639bf54c456e7210ce5a3d882a3..3010cd107f3ffd63d5f95f9cf4d84936d64fcccd 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \brief Test function for randpool API.
@@ -60,8 +60,8 @@
 #include <string.h>
 #include <cfg/compiler.h>
 #include <drv/timer.h>
-#include <algos/md2.h> 
-#include <algos/randpool.h>
+#include <algo/md2.h> 
+#include <algo/randpool.h>
 #include <unistd.h>
 
 #define LEN 256      //Size of buffer containing a random number.