From 421053a694273c9ea56089316b944769157cfba2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 21 Aug 2011 12:48:46 +0000 Subject: (svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h --- src/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index c08801467..b8c19f9b1 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -12,7 +12,7 @@ #include "stdafx.h" #include "gfx_func.h" #include "fontcache.h" -#include "genworld.h" +#include "progress.h" #include "zoom_func.h" #include "blitter/factory.hpp" #include "video/video_driver.hpp" -- cgit v1.2.3-54-g00ecf