aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins')
-rw-r--r--backends/plugins/dc/dc-provider.h1
-rw-r--r--backends/plugins/dynamic-plugin.h1
-rw-r--r--backends/plugins/posix/posix-provider.h1
-rw-r--r--backends/plugins/sdl/sdl-provider.h1
-rw-r--r--backends/plugins/win32/win32-provider.h1
5 files changed, 0 insertions, 5 deletions
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)