#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)

svn-id: r9359
This commit is contained in:
Max Horn 2003-08-01 12:21:04 +00:00
parent 64aa3229ad
commit 0df319e952
45 changed files with 76 additions and 83 deletions

View file

@ -20,8 +20,8 @@
*/
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
#include "common/scummsys.h"
#include "common/system.h"
#if defined(USE_NULL_DRIVER)