aboutsummaryrefslogtreecommitdiff
path: root/backends/mutex/sdl
diff options
context:
space:
mode:
authorAlejandro Marzini2010-06-15 03:49:20 +0000
committerAlejandro Marzini2010-06-15 03:49:20 +0000
commit6a52a168eeb54938c757d3be560f7ba8b30aa7c0 (patch)
treef9019a44c91592a519903d2ae453e22eb695d20d /backends/mutex/sdl
parent3cd521ec307cc585a609095d47f2926dd0af262d (diff)
downloadscummvm-rg350-6a52a168eeb54938c757d3be560f7ba8b30aa7c0.tar.gz
scummvm-rg350-6a52a168eeb54938c757d3be560f7ba8b30aa7c0.tar.bz2
scummvm-rg350-6a52a168eeb54938c757d3be560f7ba8b30aa7c0.zip
Renamed abstract Manager files.
svn-id: r49677
Diffstat (limited to 'backends/mutex/sdl')
-rw-r--r--backends/mutex/sdl/sdl-mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/mutex/sdl/sdl-mutex.h b/backends/mutex/sdl/sdl-mutex.h
index acd13a879d..a929ea495f 100644
--- a/backends/mutex/sdl/sdl-mutex.h
+++ b/backends/mutex/sdl/sdl-mutex.h
@@ -26,7 +26,7 @@
#ifndef BACKENDS_MUTEX_SDL_H
#define BACKENDS_MUTEX_SDL_H
-#include "backends/mutex/abstract-mutex.h"
+#include "backends/mutex/mutex.h"
class SdlMutexManager : public MutexManager {
public: