From a3ccdcea3663963939f75a9cc842f915b8e49767 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 14:23:25 +0000 Subject: (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. --- src/blitter/factory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blitter/factory.hpp') diff --git a/src/blitter/factory.hpp b/src/blitter/factory.hpp index 8bb232e28..5197104d0 100644 --- a/src/blitter/factory.hpp +++ b/src/blitter/factory.hpp @@ -4,8 +4,8 @@ #define BLITTER_FACTORY_HPP #include "base.hpp" -#include "../string.h" #include "../debug.h" +#include "../string_func.h" #include #include -- cgit v1.2.3-54-g00ecf