From d192aa39183ae4fa40d60e53af50dc6364240bbb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 28 Mar 2010 15:20:04 +0000 Subject: [PATCH] Reorder includes. --- cpukit/libmisc/stringto/stringto_template.h | 4 ++-- 1 file 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 - #include #include #include #include +#include + /* * If we are doing floating point conversion, then we need math.h */