summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetup.cxx6
-rw-r--r--Source/QtDialog/Compilers.h2
-rw-r--r--Source/QtDialog/QCMake.h2
-rw-r--r--Source/QtDialog/QCMakeWidgets.h2
-rw-r--r--Source/QtDialog/RegexExplorer.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index b2f0b2d..b955d77 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -8,6 +8,9 @@
#include "cmDocumentationEntry.h"
#include "cmVersion.h"
#include "cmake.h"
+#include "cmsys/CommandLineArguments.hxx"
+#include "cmsys/Encoding.hxx"
+#include "cmsys/SystemTools.hxx"
#include <QApplication>
#include <QDir>
#include <QLocale>
@@ -15,9 +18,6 @@
#include <QTextCodec>
#include <QTranslator>
#include <QtPlugin>
-#include <cmsys/CommandLineArguments.hxx>
-#include <cmsys/Encoding.hxx>
-#include <cmsys/SystemTools.hxx>
#include <iostream>
#include "cmSystemTools.h" // IWYU pragma: keep
diff --git a/Source/QtDialog/Compilers.h b/Source/QtDialog/Compilers.h
index 276e2a5..6c8c8f5 100644
--- a/Source/QtDialog/Compilers.h
+++ b/Source/QtDialog/Compilers.h
@@ -3,7 +3,7 @@
#ifndef COMPILERS_HPP
#define COMPILERS_HPP
-#include <cmConfigure.h>
+#include "cmConfigure.h"
#include <QWidget>
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h
index 12f6037..e14cdf2 100644
--- a/Source/QtDialog/QCMake.h
+++ b/Source/QtDialog/QCMake.h
@@ -3,7 +3,7 @@
#ifndef QCMake_h
#define QCMake_h
-#include <cmConfigure.h>
+#include "cmConfigure.h"
#include "cmake.h"
diff --git a/Source/QtDialog/QCMakeWidgets.h b/Source/QtDialog/QCMakeWidgets.h
index 0db810c..1ec666f 100644
--- a/Source/QtDialog/QCMakeWidgets.h
+++ b/Source/QtDialog/QCMakeWidgets.h
@@ -3,7 +3,7 @@
#ifndef QCMakeWidgets_h
#define QCMakeWidgets_h
-#include <cmConfigure.h>
+#include "cmConfigure.h"
#include <QComboBox>
#include <QCompleter>
diff --git a/Source/QtDialog/RegexExplorer.h b/Source/QtDialog/RegexExplorer.h
index caef975..8679892 100644
--- a/Source/QtDialog/RegexExplorer.h
+++ b/Source/QtDialog/RegexExplorer.h
@@ -3,8 +3,8 @@
#ifndef RegexExplorer_h
#define RegexExplorer_h
+#include "cmsys/RegularExpression.hxx"
#include <QDialog>
-#include <cmsys/RegularExpression.hxx>
#include <string>
#include "ui_RegexExplorer.h"