summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 15:20:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 15:20:04 +0000
commitd192aa39183ae4fa40d60e53af50dc6364240bbb (patch)
tree18ba4c63f14b11922281fb77fbfe593c5ba67f28 /cpukit/libmisc
parent2010-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d192aa39183ae4fa40d60e53af50dc6364240bbb.tar.bz2
Reorder includes.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/stringto/stringto_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/stringto/stringto_template.h b/cpukit/libmisc/stringto/stringto_template.h
index 4972d5fbac..2622444c40 100644
--- a/cpukit/libmisc/stringto/stringto_template.h
+++ b/cpukit/libmisc/stringto/stringto_template.h
@@ -9,13 +9,13 @@
* $Id$
*/
-#include <rtems/stringto.h>
-
#include <errno.h>
#include <stdlib.h>
#include <limits.h>
#include <stdbool.h>
+#include <rtems/stringto.h>
+
/*
* If we are doing floating point conversion, then we need math.h
*/