summaryrefslogtreecommitdiff
path: root/tests/cxx-test.C
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx-test.C')
-rw-r--r--tests/cxx-test.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cxx-test.C b/tests/cxx-test.C
index 7142152b..ab9aaa4b 100644
--- a/tests/cxx-test.C
+++ b/tests/cxx-test.C
@@ -6,6 +6,10 @@
#include <pango/pango.h>
+#ifdef HAVE_WIN32
+#include <pango/pangowin32.h>
+#endif
+
#ifdef HAVE_X
#include <pango/pangox.h>
#endif
@@ -18,10 +22,6 @@
#include <pango/pangoft2.h>
#endif
-#ifdef HAVE_WIN32
-#include <pango/pangowin32.h>
-#endif
-
int
main ()
{