Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
KWin
Commits
870a9e4d
Commit
870a9e4d
authored
Jan 14, 2021
by
Vlad Zahorodnii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ftrace.cpp
ftrace.cpp
+1
-2
ftrace.h
ftrace.h
+2
-2
No files found.
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
Markdown
is supported
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