From 0be30cdc5d25f85a7a0bbf3a2c2aeddae3d301d7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Feb 2009 20:39:34 +0000 Subject: SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source file); moved include/sci_widgets.h to gfx/ (matching location of source file); renamed gfx/widgets.cpp to gfx/gfx_widgets.cpp (matching the header) svn-id: r38852 --- engines/sci/gfx/operations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/gfx/operations.cpp') diff --git a/engines/sci/gfx/operations.cpp b/engines/sci/gfx/operations.cpp index 26b0207695..bcdc12223e 100644 --- a/engines/sci/gfx/operations.cpp +++ b/engines/sci/gfx/operations.cpp @@ -26,7 +26,7 @@ // Graphical operations, called from the widget state manager #include "sci/sci_memory.h" -#include "sci/gfx/gfx_operations.h" +#include "sci/gfx/operations.h" #include "common/system.h" -- cgit v1.2.3