Use new header locations everywhere
[bertos.git] / bertos / gfx / win.h
index 3dafc910339cd00bbbb4c8b623085bc11f4ecdb8..853eda96b80e0d6c9939e44d6032044345b697fb 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \brief Very simple hierarchical windowing system.
  *
@@ -59,7 +59,7 @@
 #ifndef GFX_WIN_H
 #define GFX_WIN_H
 
-#include <mware/list.h> /* Node, List */
+#include <struct/list.h> /* Node, List */
 #include <gfx/gfx.h>    /* coord_t */