Reduce header interdependencies
svn-id: r48010
This commit is contained in:
parent
b3da11ba8a
commit
584a58fbce
4 changed files with 6 additions and 5 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "drascula/drascula.h"
|
||||
#include "common/unarj.h"
|
||||
|
||||
namespace Drascula {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue