From: bernie Date: Sun, 27 Nov 2005 23:33:29 +0000 (+0000) Subject: Reorder includes. X-Git-Tag: 1.0.0~781 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ddbc74380efdf0ba6bfd701fa43cef7d950c8b83;p=bertos.git Reorder includes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@460 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/gfx/charts.c b/gfx/charts.c index 79b178c0..0b42185e 100755 --- a/gfx/charts.c +++ b/gfx/charts.c @@ -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 -#include +#include "charts.h" +#include #ifndef CONFIG_CHART_ARROWS diff --git a/gfx/text_format.c b/gfx/text_format.c index c56eea6b..9dfaa6a5 100755 --- a/gfx/text_format.c +++ b/gfx/text_format.c @@ -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. *#* @@ -59,10 +62,11 @@ *#* *#*/ -#include +#include "text.h" + +#include /* _formatted_write() */ #include #include -#include /* _formatted_write() */ #include /* vsprintf() */ #include