blob: 986cc6a99f8478027ee6f0b883f1a52066737f1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- classes/graphics/backends/cairo/fontcairo.cpp.orig 2021-06-22 22:10:12 UTC
+++ classes/graphics/backends/cairo/fontcairo.cpp
@@ -8,6 +8,8 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */
+#include <pango/pangocairo.h>
+
#include <smooth/graphics/backends/cairo/fontcairo.h>
#include <smooth/graphics/surface.h>
#include <smooth/files/file.h>
@@ -17,7 +19,6 @@
using namespace X11;
#include <cairo/cairo-xlib.h>
-#include <pango/pangocairo.h>
#include <smooth/backends/xlib/backendxlib.h>
|