Use new header locations everywhere
[bertos.git] / bertos / emul / ser_posix.c
index 221739e711cfe2a544104332a4306a0b437dfbfa..50a63ed775d98ca012e79a633bdc31867a8a141a 100644 (file)
  * \brief Serial port emulator for hosted environments.
  *
  * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
-#include <appconfig.h>
+#include "cfg/cfg_ser.h"
 
 #include <cfg/debug.h>
 #include <cfg/compiler.h>
@@ -44,7 +44,7 @@
 #include <drv/ser.h>
 #include <drv/ser_p.h>
 
-#include <mware/fifobuf.h>
+#include <struct/fifobuf.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>