From 0bf775a20a4cd232e13e13f215bb6894b209acd7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 12 Dec 2008 19:54:54 +0000 Subject: (svn r14668) -Change: use include <> instead of include "" when including ICU's headers. --- src/gfx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index 9b613ceef..97ac74d2f 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -242,8 +242,8 @@ void DrawBox(int x, int y, int dx1, int dy1, int dx2, int dy2, int dx3, int dy3) #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. -- cgit v1.2.3-54-g00ecf