From bf98e25e43c3f6efe207c3dde1732d44c34ac285 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 09:48:53 +0000 Subject: (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. --- src/screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screenshot.cpp') diff --git a/src/screenshot.cpp b/src/screenshot.cpp index c77dce722..d95ce98a9 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -12,11 +12,11 @@ #include "variables.h" #include "date.h" #include "string.h" -#include "helpers.hpp" #include "blitter/factory.hpp" #include "fileio.h" #include "strings_func.h" #include "zoom_func.h" +#include "core/alloc_func.hpp" char _screenshot_format_name[8]; uint _num_screenshot_formats; -- cgit v1.2.3-54-g00ecf