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
Plasma
KWin
Commits
870a9e4d
Commit
870a9e4d
authored
Jan 14, 2021
by
Vlad Zahorodnii
Browse files
Minor pedantic include fixes in FTraceLogger
Project includes must come first; keep Qt includes together.
parent
e68d06b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ftrace.cpp
View file @
870a9e4d
...
...
@@ -10,6 +10,7 @@
#include
"ftrace.h"
#include
<QDBusConnection>
#include
<QDebug>
#include
<QDir>
#include
<QFile>
...
...
@@ -17,8 +18,6 @@
#include
<QScopeGuard>
#include
<QTextStream>
#include
<QDBusConnection>
namespace
KWin
{
KWIN_SINGLETON_FACTORY
(
KWin
::
FTraceLogger
)
...
...
ftrace.h
View file @
870a9e4d
...
...
@@ -9,14 +9,14 @@
#pragma once
#include
<kwinglobals.h>
#include
<QFile>
#include
<QMutex>
#include
<QMutexLocker>
#include
<QObject>
#include
<QTextStream>
#include
<kwinglobals.h>
namespace
KWin
{
/**
...
...
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