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:
Bendegúz Nagy 2016-09-03 10:38:43 +02:00
parent 0d7481b2a5
commit cd3b485952
37 changed files with 214 additions and 210 deletions

View file

@ -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[] = {