From 4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 4 Oct 2003 08:07:03 +0000 Subject: Changed to use #include "bs2/..." and removed the inclusion of standard C headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588 --- sword2/anims.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/anims.h') diff --git a/sword2/anims.h b/sword2/anims.h index 77b8a4a436..30605b8685 100644 --- a/sword2/anims.h +++ b/sword2/anims.h @@ -20,7 +20,7 @@ #ifndef _ANIM_S #define _ANIM_S -#include "driver/driver96.h" +#include "bs2/driver/driver96.h" namespace Sword2 { -- cgit v1.2.3