From 6a52a168eeb54938c757d3be560f7ba8b30aa7c0 Mon Sep 17 00:00:00 2001 From: Alejandro Marzini Date: Tue, 15 Jun 2010 03:49:20 +0000 Subject: Renamed abstract Manager files. svn-id: r49677 --- backends/graphics/null/null-graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics/null/null-graphics.h') diff --git a/backends/graphics/null/null-graphics.h b/backends/graphics/null/null-graphics.h index 8423f4f5da..3ee99be93d 100644 --- a/backends/graphics/null/null-graphics.h +++ b/backends/graphics/null/null-graphics.h @@ -26,7 +26,7 @@ #ifndef BACKENDS_GRAPHICS_NULL_H #define BACKENDS_GRAPHICS_NULL_H -#include "backends/graphics/abstract-graphics.h" +#include "backends/graphics/graphics.h" static const OSystem::GraphicsMode s_noGraphicsModes[] = { {0, 0, 0} }; -- cgit v1.2.3