JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
This commit is contained in:
parent
845db59e08
commit
9414d7a6e2
760 changed files with 1349 additions and 548 deletions
|
@ -27,16 +27,10 @@
|
|||
#define BASE_PLUGINS_H
|
||||
|
||||
#include "common/array.h"
|
||||
#include "common/error.h"
|
||||
#include "common/singleton.h"
|
||||
#include "common/util.h"
|
||||
#include "common/fs.h"
|
||||
#include "common/str.h"
|
||||
#include "backends/plugins/elf/version.h"
|
||||
|
||||
namespace Common {
|
||||
class FSList;
|
||||
class FSNode;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @page pagePlugins An overview of the ScummVM plugin system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue