aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-04-09 10:40:18 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2013-04-10 10:55:14 +0200
commit4b0bafd6152dec31ee2272ad7a96a458ba1d97d4 (patch)
tree2aea8dc5974eebc40b9beb76a49da3103cc4a4e9 /src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
parent7d163a079d2c08d867c0abdeb4fca56605701ab5 (diff)
Clean headers in CppTools.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ic8464ea084ca1ab401e9f4a7d0183b92b4038902 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppcodestylepreferencesfactory.cpp')
-rw-r--r--src/plugins/cpptools/cppcodestylepreferencesfactory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp b/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
index f6d1d6af7b..70610c2471 100644
--- a/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
+++ b/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
@@ -29,7 +29,6 @@
#include "cppcodestylepreferencesfactory.h"
-#include "cppcodestylesettings.h"
#include "cppcodestylesettingspage.h"
#include "cppcodestylepreferences.h"
#include "cpptoolsconstants.h"
@@ -37,7 +36,6 @@
#include <cppeditor/cppeditorconstants.h>
#include <texteditor/snippets/isnippetprovider.h>
-#include <texteditor/tabsettings.h>
#include <extensionsystem/pluginmanager.h>