Reduce header dependencies

svn-id: r18058
This commit is contained in:
Max Horn 2005-05-11 18:14:23 +00:00
parent 74aaa76d38
commit 9642133cd8
2 changed files with 1 additions and 1 deletions

View file

@ -24,6 +24,7 @@
#include "common/system.h"
#include "common/scaler.h"
#include "gui/about.h"
#include "gui/chooser.h"
#include "gui/newgui.h"
#include "gui/ListWidget.h"

View file

@ -22,7 +22,6 @@
#define SCUMM_DIALOGS_H
#include "common/str.h"
#include "gui/about.h"
#include "gui/dialog.h"
#include "gui/options.h"
#include "gui/widget.h"