Include top-level headers from cfg/ subdir.
[bertos.git] / drv / twi.c
index e48663686f28ba8d030bd5dbc08f6589805f6f02..69f0d88d89bfb76e5f48d3bf299d91106a1ae6eb 100755 (executable)
--- a/drv/twi.c
+++ b/drv/twi.c
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.4  2005/04/11 19:10:28  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.3  2005/03/01 23:26:00  bernie
  *#* Header fix.
  *#*
  *#*/
 
 #include "twi.h"
-#include "config.h"
-#include <debug.h>
+#include <cfg/config.h>
+#include <cfg/debug.h>
 #include <hw.h>
-#include <cpu.h>
-#include <macros.h> // BV()
+#include <cfg/cpu.h>
+#include <cfg/macros.h> // BV()
 
 #include <compat/twi.h>