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
master
Giel van Schijndel 2008-09-06 16:02:26 +00:00
parent e9ea1df8d9
commit bdae8ce9ef
1 changed files with 4 additions and 1 deletions

View File

@ -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
*/