diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-08-10 18:30:54 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-08-10 18:30:54 -0400 |
commit | 072db6ad70cc7a204adb09ab5979c4ef272f67e8 (patch) | |
tree | 8972cf5405aeb6f2aa9cfb6f822d1c92ec93c132 /Source/cmAddTestCommand.h | |
parent | cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8 (diff) | |
download | cmake-072db6ad70cc7a204adb09ab5979c4ef272f67e8.tar.gz |
removed redundent includes
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r-- | Source/cmAddTestCommand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index 50dd7c9ce4..b2bb5633fb 100644 --- a/Source/cmAddTestCommand.h +++ b/Source/cmAddTestCommand.h @@ -17,7 +17,6 @@ #ifndef cmAddTestCommand_h #define cmAddTestCommand_h -#include "cmStandardIncludes.h" #include "cmCommand.h" /** \class cmAddTestCommand |