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/icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/icons.h') diff --git a/sword2/icons.h b/sword2/icons.h index c95350c092..68af8b9a9b 100644 --- a/sword2/icons.h +++ b/sword2/icons.h @@ -20,7 +20,7 @@ #ifndef _ICONS #define _ICONS -#include "object.h" +#include "bs2/object.h" namespace Sword2 { -- cgit v1.2.3