diff options
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index 489df65..bf57fec 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -5,8 +5,6 @@ #include "cmConfigure.h" -#include <string> - #include "cmFindPathCommand.h" class cmCommand; @@ -27,7 +25,6 @@ public: * This is a virtual constructor for the command. */ cmCommand* Clone() CM_OVERRIDE { return new cmFindFileCommand; } - std::string GetName() const CM_OVERRIDE { return "find_file"; } }; #endif |