/*#*
*#* $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.
*#*
*#*
*#*/
-#include <gfx/charts.h>
-#include <mware/gfx.h>
+#include "charts.h"
+#include <gfx/gfx.h>
#ifndef CONFIG_CHART_ARROWS
/*#*
*#* $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>