From bdae8ce9ef2972d22481b6e48d492239b77d93f4 Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Sat, 6 Sep 2008 16:02:26 +0000 Subject: [PATCH] Only #include types.h in utf.h as we don't depend on the entire framework git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5940 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/framework/utf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/framework/utf.h b/lib/framework/utf.h index 74325c376..ca1dfdcc4 100644 --- a/lib/framework/utf.h +++ b/lib/framework/utf.h @@ -25,7 +25,10 @@ #ifndef __INCLUDE_LIB_FRAMEWORK_UTF8_H__ #define __INCLUDE_LIB_FRAMEWORK_UTF8_H__ -#include "frame.h" +/* Allow frame header files to be singly included */ +#define FRAME_LIB_INCLUDE + +#include "types.h" /** Used to store a UTF-32 character in */