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-861f7616d084master
parent
e9ea1df8d9
commit
bdae8ce9ef
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue