DM: Clean up includes
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
This commit is contained in:
parent
0d7481b2a5
commit
cd3b485952
37 changed files with 214 additions and 210 deletions
|
@ -25,14 +25,15 @@
|
|||
* maintainer of the Dungeon Master Encyclopaedia (http://dmweb.free.fr/)
|
||||
*/
|
||||
|
||||
#include "dm/dm.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/error.h"
|
||||
#include "common/fs.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "engines/advancedDetector.h"
|
||||
#include <common/system.h>
|
||||
|
||||
#include "dm/dm.h"
|
||||
|
||||
namespace DM {
|
||||
static const PlainGameDescriptor DMGames[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue