Reduce header interdependencies

svn-id: r48010
This commit is contained in:
Max Horn 2010-02-08 21:51:36 +00:00
parent b3da11ba8a
commit 584a58fbce
4 changed files with 6 additions and 5 deletions

View file

@ -32,6 +32,8 @@
#include "common/debug.h"
#include "common/util.h"
#include "common/unarj.h"
#include "common/file.h"
#include "common/hash-str.h"
namespace Common {

View file

@ -26,12 +26,11 @@
#ifndef COMMON_UNARJ_H
#define COMMON_UNARJ_H
#include "common/file.h"
#include "common/hash-str.h"
#include "common/archive.h"
namespace Common {
class Archive;
class String;
/**
* This factory method creates an Archive instance corresponding to the content
* of the ARJ compressed file with the given name.

View file

@ -35,7 +35,6 @@
#include "common/hash-str.h"
#include "common/events.h"
#include "common/keyboard.h"
#include "common/unarj.h"
#include "common/archive.h"
#include "sound/mixer.h"

View file

@ -24,6 +24,7 @@
*/
#include "drascula/drascula.h"
#include "common/unarj.h"
namespace Drascula {