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

This was SVN commit r1216.
This commit is contained in:
janwas 2004-10-06 14:25:36 +00:00
parent 975344b515
commit 711118ee97

View File

@ -13,8 +13,9 @@
#include "timer.h"
#include "input.h"
#include "lib.h"
#include "res/res.h"
#include "res/tex.h"
#include "lib/res/res.h"
#include "lib/res/tex.h"
#include "lib/res/hotload.h"
#ifdef _M_IX86
#include "sysdep/ia32.h" // _control87
#endif