From c7d5879f96011f0db75bc0b78a9cb2e3ac587fee Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 26 Mar 2009 23:56:08 +0100 Subject: Changed includes in utils/ dictory to new guidelines --- src/utils/strprintf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/strprintf.cpp') diff --git a/src/utils/strprintf.cpp b/src/utils/strprintf.cpp index bed4a7c4..d960bc96 100644 --- a/src/utils/strprintf.cpp +++ b/src/utils/strprintf.cpp @@ -19,11 +19,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "utils/strprintf.h" + #include #include -#include "strprintf.h" - std::string strprintf(char const *format, ...) { char buf[256]; -- cgit v1.2.3-70-g09d2