Reorder includes.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Nov 2005 23:33:29 +0000 (23:33 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Nov 2005 23:33:29 +0000 (23:33 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@460 38d2e660-2303-0410-9eaa-f027e97ec537

gfx/charts.c
gfx/text_format.c

index 79b178c01dde3a84b5e5069c23d0495ad80f5514..0b42185e714bee67ac297d0b3af90fdfb1cca7ec 100755 (executable)
@@ -26,6 +26,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2005/11/27 23:33:29  bernie
+ *#* Reorder includes.
+ *#*
  *#* Revision 1.2  2005/11/04 18:17:45  bernie
  *#* Fix header guards and includes for new location of gfx module.
  *#*
@@ -49,8 +52,8 @@
  *#*
  *#*/
 
-#include <gfx/charts.h>
-#include <mware/gfx.h>
+#include "charts.h"
+#include <gfx/gfx.h>
 
 
 #ifndef CONFIG_CHART_ARROWS
index c56eea6b4e9f1cb7f155afdf6deb62f64333c89c..9dfaa6a5c41600b6c0d643721a8d58e4b2bed9ce 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2005/11/27 23:31:58  bernie
+ *#* Reorder includes.
+ *#*
  *#* Revision 1.2  2005/11/04 18:17:45  bernie
  *#* Fix header guards and includes for new location of gfx module.
  *#*
  *#*
  *#*/
 
-#include <gfx/text.h>
+#include "text.h"
+
+#include <mware/formatwr.h> /* _formatted_write() */
 #include <gfx/font.h>
 #include <gfx/gfx.h>
-#include <mware/formatwr.h> /* _formatted_write() */
 
 #include <stdio.h> /* vsprintf() */
 #include <stdarg.h>