diff options
| author | Alejandro Marzini | 2010-06-15 03:49:20 +0000 | 
|---|---|---|
| committer | Alejandro Marzini | 2010-06-15 03:49:20 +0000 | 
| commit | 6a52a168eeb54938c757d3be560f7ba8b30aa7c0 (patch) | |
| tree | f9019a44c91592a519903d2ae453e22eb695d20d /backends/graphics/sdl | |
| parent | 3cd521ec307cc585a609095d47f2926dd0af262d (diff) | |
| download | scummvm-rg350-6a52a168eeb54938c757d3be560f7ba8b30aa7c0.tar.gz scummvm-rg350-6a52a168eeb54938c757d3be560f7ba8b30aa7c0.tar.bz2 scummvm-rg350-6a52a168eeb54938c757d3be560f7ba8b30aa7c0.zip  | |
Renamed abstract Manager files.
svn-id: r49677
Diffstat (limited to 'backends/graphics/sdl')
| -rw-r--r-- | backends/graphics/sdl/sdl-graphics.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/sdl/sdl-graphics.h b/backends/graphics/sdl/sdl-graphics.h index 1ba0074bd1..84bb439783 100644 --- a/backends/graphics/sdl/sdl-graphics.h +++ b/backends/graphics/sdl/sdl-graphics.h @@ -26,7 +26,7 @@  #ifndef BACKENDS_GRAPHICS_SDL_H  #define BACKENDS_GRAPHICS_SDL_H -#include "backends/graphics/abstract-graphics.h" +#include "backends/graphics/graphics.h"  #include "common/system.h"  #include "graphics/scaler.h"  | 
