From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- backends/plugins/dc/dc-provider.h | 1 - backends/plugins/dynamic-plugin.h | 1 - backends/plugins/posix/posix-provider.h | 1 - backends/plugins/sdl/sdl-provider.h | 1 - backends/plugins/win32/win32-provider.h | 1 - 5 files changed, 5 deletions(-) (limited to 'backends/plugins') diff --git a/backends/plugins/dc/dc-provider.h b/backends/plugins/dc/dc-provider.h index e4db3090ee..bcf4305bba 100644 --- a/backends/plugins/dc/dc-provider.h +++ b/backends/plugins/dc/dc-provider.h @@ -26,7 +26,6 @@ #ifndef BACKENDS_PLUGINS_DC_H #define BACKENDS_PLUGINS_DC_H -#include "common/stdafx.h" #include "base/plugins.h" #if defined(DYNAMIC_MODULES) && defined(__DC__) diff --git a/backends/plugins/dynamic-plugin.h b/backends/plugins/dynamic-plugin.h index dd3b84fb53..a7a8eb5b96 100644 --- a/backends/plugins/dynamic-plugin.h +++ b/backends/plugins/dynamic-plugin.h @@ -26,7 +26,6 @@ #ifndef BACKENDS_PLUGINS_DYNAMICPLUGIN_H #define BACKENDS_PLUGINS_DYNAMICPLUGIN_H -#include "common/stdafx.h" #include "base/plugins.h" diff --git a/backends/plugins/posix/posix-provider.h b/backends/plugins/posix/posix-provider.h index df9e81c741..5795ba811f 100644 --- a/backends/plugins/posix/posix-provider.h +++ b/backends/plugins/posix/posix-provider.h @@ -26,7 +26,6 @@ #ifndef BACKENDS_PLUGINS_POSIX_H #define BACKENDS_PLUGINS_POSIX_H -#include "common/stdafx.h" #include "base/plugins.h" #if defined(DYNAMIC_MODULES) && defined(UNIX) diff --git a/backends/plugins/sdl/sdl-provider.h b/backends/plugins/sdl/sdl-provider.h index 87607d6a19..5a82f26079 100644 --- a/backends/plugins/sdl/sdl-provider.h +++ b/backends/plugins/sdl/sdl-provider.h @@ -26,7 +26,6 @@ #ifndef BACKENDS_PLUGINS_SDL_H #define BACKENDS_PLUGINS_SDL_H -#include "common/stdafx.h" #include "base/plugins.h" #if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND) diff --git a/backends/plugins/win32/win32-provider.h b/backends/plugins/win32/win32-provider.h index d653c5b534..985ffa42c1 100644 --- a/backends/plugins/win32/win32-provider.h +++ b/backends/plugins/win32/win32-provider.h @@ -26,7 +26,6 @@ #ifndef BACKENDS_PLUGINS_WIN32_H #define BACKENDS_PLUGINS_WIN32_H -#include "common/stdafx.h" #include "base/plugins.h" #if defined(DYNAMIC_MODULES) && defined(_WIN32) -- cgit v1.2.3