| 12345678910111213141516 | --- libXft-2.3.1.orig/src/xftglyphs.c	2012-06-02 18:36:35.000000000 +0200+++ libXft-2.3.1/src/xftglyphs.c	2013-12-07 12:17:23.000000000 +0100@@ -21,10 +21,10 @@  */  #include "xftint.h"-#include <freetype/ftoutln.h>-#include <freetype/ftlcdfil.h>+#include <ftoutln.h>+#include <ftlcdfil.h> -#include <freetype/ftsynth.h>+#include <ftsynth.h>  /*  * Validate the memory info for a font
 |