ports/graphics/oyranos/files/patch-src_tools_qcmsevents_qcmsevents.cpp
Alexey Dokuchaev fdf265074b - Reorder #include's to unbreak the build against Qt versions 5.14+
- Do not include <X11/Xcm/Xcm.h> twice (included from "qcmsevents.h")
2020-08-28 06:09:24 +00:00

29 lines
575 B
C++

--- src/tools/qcmsevents/qcmsevents.cpp.orig 2016-12-09 10:36:53 UTC
+++ src/tools/qcmsevents/qcmsevents.cpp
@@ -9,6 +9,11 @@
#include <cstdio>
+#include <QAction>
+#include <QActionGroup>
+#include <QVBoxLayout>
+#include <QMenu>
+
#define TARGET "X Color Management Events"
#include "qcmsevents.h"
#include "oyranos.h"
@@ -17,13 +22,6 @@
#include "oyranos_io.h"
#include "oyProfile_s.h"
#include "oyObject_s.h"
-
-#include <X11/Xcm/Xcm.h>
-
-#include <QAction>
-#include <QActionGroup>
-#include <QVBoxLayout>
-#include <QMenu>
QcmseDialog * dialog = NULL;