diff options
author | Tobias Hunger <[email protected]> | 2010-01-11 09:45:20 +0100 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2010-01-11 10:26:12 +0100 |
commit | b95c86db232d3dc7c5c431c94762e590bca7dc2b (patch) | |
tree | 7d0e236746aebd3ea2c54ecb484af6df291151b7 /src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp | |
parent | 2dc221d76d98315ef860835f23391be5125d4244 (diff) |
Remove duplicate inclusions of headers
Reviewed-by: thorbjorn
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp index 0dcce6ed265..229547503c2 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp @@ -30,7 +30,6 @@ #include "cmakeprojectmanager.h" #include "cmakeprojectconstants.h" #include "cmakeproject.h" -#include "cmakeprojectconstants.h" #include <coreplugin/icore.h> #include <coreplugin/uniqueidmanager.h> |