aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf-provider.h
diff options
context:
space:
mode:
authorAndre Heider2010-09-05 12:37:36 +0000
committerAndre Heider2010-09-05 12:37:36 +0000
commit07e3a422245e0fb118323ef95f354b81669231d3 (patch)
tree58fe359f115911de744b8a1bd9e945d0696ee00e /backends/plugins/elf-provider.h
parent2c746709aac3bbd1e228cc9e2e675011d895bbc4 (diff)
downloadscummvm-rg350-07e3a422245e0fb118323ef95f354b81669231d3.tar.gz
scummvm-rg350-07e3a422245e0fb118323ef95f354b81669231d3.tar.bz2
scummvm-rg350-07e3a422245e0fb118323ef95f354b81669231d3.zip
PLUGINS: Cleanup includes and debug output.
Use the common debug functions instead of spamming #defines. svn-id: r52547
Diffstat (limited to 'backends/plugins/elf-provider.h')
-rw-r--r--backends/plugins/elf-provider.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/backends/plugins/elf-provider.h b/backends/plugins/elf-provider.h
index 200d4faf40..f6cede0219 100644
--- a/backends/plugins/elf-provider.h
+++ b/backends/plugins/elf-provider.h
@@ -28,12 +28,10 @@
#ifndef BACKENDS_PLUGINS_ELF_PROVIDER_H
#define BACKENDS_PLUGINS_ELF_PROVIDER_H
-#include "base/plugins.h"
-#include "backends/plugins/dynamic-plugin.h"
-#include "common/fs.h"
-
#include "backends/plugins/elf-loader.h"
+#include "common/fs.h"
+
/**
* ELFPlugin
*