diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-18 13:24:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-18 13:24:15 (GMT) |
commit | e39ca96c503d92020594af418c22e1cc96e90897 (patch) | |
tree | e6ceda775a794b2f47e71f032062d6858730020a | |
parent | 4709c76f0f6f1a9aba80f01b13cbabfe8b80c187 (diff) | |
download | CMake-e39ca96c503d92020594af418c22e1cc96e90897.zip CMake-e39ca96c503d92020594af418c22e1cc96e90897.tar.gz CMake-e39ca96c503d92020594af418c22e1cc96e90897.tar.bz2 |
COMP: Remove non-existent header
-rw-r--r-- | Source/CPack/cmCPackSTGZGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackSTGZGenerator.cxx b/Source/CPack/cmCPackSTGZGenerator.cxx index d31b120..3898c2a 100644 --- a/Source/CPack/cmCPackSTGZGenerator.cxx +++ b/Source/CPack/cmCPackSTGZGenerator.cxx @@ -24,8 +24,6 @@ #include "cmMakefile.h" #include "cmCPackLog.h" -#include "CPack/cmCPackSTGZGeneratorEncodedHeader.h" - #include <cmsys/ios/sstream> #include <sys/types.h> #include <sys/stat.h> |