From bc7ce889e154a121fdbd0a8126c35194ee3a7b52 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 13 Dec 2008 16:20:10 +0100 Subject: Fixed compile error with GCC 4.4 reported by Martin Michlmayr. (cherry picked from eAthena client) Conflicts: ChangeLog --- src/utils/strprintf.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/utils') diff --git a/src/utils/strprintf.cpp b/src/utils/strprintf.cpp index c8a8a247..c5d7a595 100644 --- a/src/utils/strprintf.cpp +++ b/src/utils/strprintf.cpp @@ -19,10 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_UTILS_TOSTRING_H -#define _TMW_UTILS_TOSTRING_H - #include +#include #include "strprintf.h" @@ -47,5 +45,3 @@ std::string strprintf(char const *format, ...) delete [] buf2; return res; } - -#endif -- cgit v1.2.3-70-g09d2