Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
09316a10
Commit
09316a10
authored
Jan 21, 2009
by
hjk
Browse files
Fixes: remove unneeded #include from header
parent
23624321
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/find/findplugin.cpp
View file @
09316a10
...
...
@@ -42,6 +42,7 @@
#include <coreplugin/actionmanager/actioncontainer.h>
#include <coreplugin/actionmanager/command.h>
#include <coreplugin/coreconstants.h>
#include <coreplugin/icore.h>
#include <extensionsystem/pluginmanager.h>
...
...
src/plugins/find/findplugin.h
View file @
09316a10
...
...
@@ -38,7 +38,6 @@
#include "ifindfilter.h"
#include "findtoolbar.h"
#include <coreplugin/icore.h>
#include <extensionsystem/iplugin.h>
#include <QtCore/QHash>
...
...
src/plugins/find/findtoolbar.cpp
View file @
09316a10
...
...
@@ -37,6 +37,7 @@
#include <coreplugin/coreconstants.h>
#include <coreplugin/findplaceholder.h>
#include <coreplugin/icore.h>
#include <coreplugin/actionmanager/actionmanager.h>
#include <coreplugin/actionmanager/actioncontainer.h>
#include <coreplugin/actionmanager/command.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment