From eb37789f6f5fc4c37e93c612d9959fdaf65d1247 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Feb 2009 19:33:01 +0000 Subject: SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files svn-id: r38735 --- engines/sci/gfx/resmgr.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/sci/gfx/resmgr.cpp') diff --git a/engines/sci/gfx/resmgr.cpp b/engines/sci/gfx/resmgr.cpp index 62f0493775..c722175b12 100644 --- a/engines/sci/gfx/resmgr.cpp +++ b/engines/sci/gfx/resmgr.cpp @@ -29,11 +29,11 @@ // filenames, are misleading. This should be renamed to "Graphics manager" // or something like that. -#include "sci/include/gfx_resource.h" -#include "sci/include/gfx_tools.h" -#include "sci/include/gfx_driver.h" -#include "sci/include/gfx_resmgr.h" -#include "sci/include/gfx_state_internal.h" +#include "sci/gfx/gfx_resource.h" +#include "sci/gfx/gfx_tools.h" +#include "sci/gfx/gfx_driver.h" +#include "sci/gfx/gfx_resmgr.h" +#include "sci/gfx/gfx_state_internal.h" #include "common/system.h" -- cgit v1.2.3