From 711118ee975d4fce3cb3e245f59609e09946a44d Mon Sep 17 00:00:00 2001 From: janwas Date: Wed, 6 Oct 2004 14:25:36 +0000 Subject: [PATCH] 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. --- source/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index be00729eb6..9e0ccbd60c 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -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