diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-03-20 14:17:44 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-03-20 14:45:04 +0000 |
commit | fb6d7ce91b5c469300d53415e2f0dfa22742e1a3 (patch) | |
tree | 20a42d747cb504876bb0ce2a2547f07e39defb1a /src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp | |
parent | 4b0731624f83ce7d78f98e49885932558deeeff6 (diff) | |
download | qt-creator-fb6d7ce91b5c469300d53415e2f0dfa22742e1a3.tar.gz |
Remove some duplicate includes
Change-Id: If7bae084cd34c6fb0fe77f9227d9848517c0e691
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp')
-rw-r--r-- | src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp b/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp index 09a3c7cc85..27c540fae9 100644 --- a/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp +++ b/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp @@ -30,7 +30,6 @@ #include "cpppointerdeclarationformatter.h" #include "cpptoolsplugin.h" -#include "cpptoolsplugin.h" #include "cpptoolstestcase.h" #include <coreplugin/coreconstants.h> |