(svn r14668) -Change: use include <> instead of include "" when including ICU's headers.
authorrubidium
Fri, 12 Dec 2008 19:54:54 +0000
changeset 10415 fabf65e49e38
parent 10414 cdcd8ae3f2f3
child 10416 b35c0a4c73c5
(svn r14668) -Change: use include <> instead of include "" when including ICU's headers.
src/gfx.cpp
--- a/src/gfx.cpp	Thu Dec 11 18:45:10 2008 +0000
+++ b/src/gfx.cpp	Fri Dec 12 19:54:54 2008 +0000
@@ -242,8 +242,8 @@
 #if !defined(WITH_ICU)
 static void HandleBiDiAndArabicShapes(char *text, const char *lastof) {}
 #else
-#include "unicode/ubidi.h"
-#include "unicode/ushape.h"
+#include <unicode/ubidi.h>
+#include <unicode/ushape.h>
 
 /**
  * Function to be able to handle right-to-left text and Arabic chars properly.