summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cppcodestylepreferencesfactory.cpp')
-rw-r--r--src/plugins/cpptools/cppcodestylepreferencesfactory.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp b/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
index 50936a2f34..f6d1d6af7b 100644
--- a/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
+++ b/src/plugins/cpptools/cppcodestylepreferencesfactory.cpp
@@ -28,15 +28,19 @@
****************************************************************************/
#include "cppcodestylepreferencesfactory.h"
+
#include "cppcodestylesettings.h"
#include "cppcodestylesettingspage.h"
#include "cppcodestylepreferences.h"
#include "cpptoolsconstants.h"
#include "cppqtstyleindenter.h"
-#include <extensionsystem/pluginmanager.h>
-#include <texteditor/tabsettings.h>
-#include <texteditor/snippets/isnippetprovider.h>
+
#include <cppeditor/cppeditorconstants.h>
+#include <texteditor/snippets/isnippetprovider.h>
+#include <texteditor/tabsettings.h>
+
+#include <extensionsystem/pluginmanager.h>
+
#include <QLayout>
using namespace CppTools;