aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf-loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/elf-loader.h')
-rw-r--r--backends/plugins/elf-loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/plugins/elf-loader.h b/backends/plugins/elf-loader.h
index fc6a022d34..93a6a15309 100644
--- a/backends/plugins/elf-loader.h
+++ b/backends/plugins/elf-loader.h
@@ -28,9 +28,10 @@
#ifndef ELF_LOADER_H
#define ELF_LOADER_H
-#include "elf32.h"
-#include "common/stream.h"
#include "backends/plugins/dynamic-plugin.h"
+#include "backends/plugins/elf32.h"
+
+#include "common/stream.h"
/**
* DLObject
@@ -49,7 +50,6 @@ protected:
uint32 _segmentSize;
- //void seterror(const char *fmt, ...);
virtual void unload();
virtual bool relocate(Common::SeekableReadStream* DLFile, unsigned long offset, unsigned long size, void *relSegment) = 0;
bool load(Common::SeekableReadStream* DLFile);