# HG changeset patch # User rubidium # Date 2008-12-12 19:54:54 # Node ID b7e442943bfe22ff681824403a11c0a4a2c90871 # Parent e72126af2bf88419adf9f7f81c464921f0eaeb8d (svn r14668) -Change: use include <> instead of include "" when including ICU's headers. diff --git a/src/gfx.cpp b/src/gfx.cpp --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -242,8 +242,8 @@ void DrawBox(int x, int y, int dx1, int #if !defined(WITH_ICU) static void HandleBiDiAndArabicShapes(char *text, const char *lastof) {} #else -#include "unicode/ubidi.h" -#include "unicode/ushape.h" +#include +#include /** * Function to be able to handle right-to-left text and Arabic chars properly.