summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWRepository.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-06 22:21:35 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-06 22:21:35 (GMT)
commitd47c7bf608d3ca23c8d518ff98a42d6d5f449a70 (patch)
treefe75032bc2be3b38b8ac1e42afd5d7ce2cc5a3ad /Source/CPack/IFW/cmCPackIFWRepository.cxx
parent8317ea01aa3cf9319ef907e127fa6dbf9666cc53 (diff)
downloadCMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.zip
CMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.tar.gz
CMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.tar.bz2
CPack: include what you use
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWRepository.cxx')
-rw-r--r--Source/CPack/IFW/cmCPackIFWRepository.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWRepository.cxx b/Source/CPack/IFW/cmCPackIFWRepository.cxx
index fcb1c77..947e420 100644
--- a/Source/CPack/IFW/cmCPackIFWRepository.cxx
+++ b/Source/CPack/IFW/cmCPackIFWRepository.cxx
@@ -12,13 +12,15 @@
#include "cmCPackIFWRepository.h"
+#include "CPack/cmCPackGenerator.h"
#include "cmCPackIFWGenerator.h"
+#include "cmGeneratedFileStream.h"
+#include "cmSystemTools.h"
+#include "cmXMLParser.h"
+#include "cmXMLWriter.h"
-#include <CPack/cmCPackLog.h>
-
-#include <cmGeneratedFileStream.h>
-#include <cmXMLParser.h>
-#include <cmXMLWriter.h>
+#include <cmConfigure.h>
+#include <stddef.h>
#ifdef cmCPackLogger
#undef cmCPackLogger