IRQ_SAVE_DISABLE(): Really block signals.
[bertos.git] / gfx / charts.c
index 945070db873a37bc74ebe21c0528d0888a4072a9..79b178c01dde3a84b5e5069c23d0495ad80f5514 100755 (executable)
@@ -26,6 +26,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.2  2005/11/04 18:17:45  bernie
+ *#* Fix header guards and includes for new location of gfx module.
+ *#*
  *#* Revision 1.1  2005/11/04 18:11:35  bernie
  *#* Move graphics stuff from mware/ to gfx/.
  *#*
@@ -46,7 +49,7 @@
  *#*
  *#*/
 
-#include "charts.h"
+#include <gfx/charts.h>
 #include <mware/gfx.h>