less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr

This was SVN commit r1215.
This commit is contained in:
janwas 2004-10-06 14:12:10 +00:00
parent 67d95dd3af
commit 975344b515
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// OO wrapper around VFS file Handles, to simplify common usages
#include "lib/res/h_mgr.h"
#include "lib/res/handle.h"
#include "ps/CStr.h"
ERROR_GROUP(CVFSFile);

View File

@ -4,6 +4,7 @@
#include "ps/ConfigDB.h"
#include "lib/res/unifont.h"
#include "lib/res/h_mgr.h" // h_filename, needed for refcnt hack below
#include "ps/CLogger.h"
#define LOG_CATEGORY "graphics"

View File

@ -4,7 +4,7 @@
#include "ps/Singleton.h"
#include "ps/CStr.h"
#include "lib/res/h_mgr.h"
#include "lib/res/handle.h"
#include <map>
#include <string>

View File

@ -44,7 +44,7 @@
#define ZLIB_WINAPI
#include "zlib.h" // for crc32
#include "res/h_mgr.h"
#include "lib/res/handle.h"
#include "lib.h"
#include "XercesErrorHandler.h"
#include "CStr.h"