summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-29 13:40:20 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-29 17:58:31 (GMT)
commit180538c70634dd6dc7fc68b4afbc1cd288c5b5c6 (patch)
tree5467b11d2718a4f0b7f32248466a38403df84d6c /Source/cmQtAutoGenerators.cxx
parent0e7bca923e65df8fda37dd50ca68c7207eb3acbe (diff)
downloadCMake-180538c70634dd6dc7fc68b4afbc1cd288c5b5c6.zip
CMake-180538c70634dd6dc7fc68b4afbc1cd288c5b5c6.tar.gz
CMake-180538c70634dd6dc7fc68b4afbc1cd288c5b5c6.tar.bz2
Source: Stabilize include order
Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r--Source/cmQtAutoGenerators.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index 07fc239..f376caa 100644
--- a/Source/cmQtAutoGenerators.cxx
+++ b/Source/cmQtAutoGenerators.cxx
@@ -11,6 +11,8 @@
See the License for more information.
============================================================================*/
+#include "cmQtAutoGenerators.h"
+
#include "cmGlobalGenerator.h"
#include "cmOutputConverter.h"
#include "cmMakefile.h"
@@ -29,8 +31,6 @@
#include <unistd.h>
#endif
-#include "cmQtAutoGenerators.h"
-
static bool requiresMocing(const std::string& text, std::string &macroName)
{
// this simple check is much much faster than the regexp