Skip to content
GitLab
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
df2a2dc1
Commit
df2a2dc1
authored
Jan 08, 2010
by
Tobias Hunger
Browse files
Small inclusion fixes.
* Remove duplicate headers. * Move own headers to the top. Reviewed-by: Roberto Raggi
parent
a298759d
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/SimpleLexer.cpp
View file @
df2a2dc1
...
...
@@ -27,9 +27,10 @@
**
**************************************************************************/
#include
"ObjectiveCTypeQualifiers.h"
#include
"SimpleLexer.h"
#include
"ObjectiveCTypeQualifiers.h"
#include
<Lexer.h>
#include
<Token.h>
#include
<QtDebug>
...
...
src/libs/cplusplus/TypePrettyPrinter.cpp
View file @
df2a2dc1
...
...
@@ -27,8 +27,9 @@
**
**************************************************************************/
#include
"Overview.h"
#include
"TypePrettyPrinter.h"
#include
"Overview.h"
#include
<FullySpecifiedType.h>
#include
<Literals.h>
#include
<CoreTypes.h>
...
...
src/libs/cplusplus/pp-engine.cpp
View file @
df2a2dc1
...
...
@@ -56,7 +56,6 @@
#include
<QtDebug>
#include
<algorithm>
#include
<cctype>
namespace
CPlusPlus
{
...
...
src/libs/cplusplus/pp-macro-expander.cpp
View file @
df2a2dc1
...
...
@@ -27,9 +27,10 @@
**
**************************************************************************/
#include
"pp-macro-expander.h"
#include
"pp.h"
#include
"pp-cctype.h"
#include
"pp-macro-expander.h"
#include
<QDateTime>
namespace
CPlusPlus
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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