Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev] Delete useless includes #402

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/dsecurestring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "dsecurestring.h"
#include "dutil.h"
#include <cstring>

DCORE_BEGIN_NAMESPACE

Expand Down
1 change: 0 additions & 1 deletion src/log/ConsoleAppender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <spdlog/sinks/stdout_color_sinks.h>

// STL
#include <iostream>
extern "C" {
#include <unistd.h>
}
Expand Down
2 changes: 0 additions & 2 deletions src/log/FileAppender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#include "rollingfilesink_p.h"

#include <iostream>

DCORE_BEGIN_NAMESPACE

std::string loggerName(const QFile &logFile)
Expand Down
3 changes: 0 additions & 3 deletions src/log/dloghelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
#include <QElapsedTimer>
#include <private/qobject_p.h>

#include <iostream>


DCORE_BEGIN_NAMESPACE

class DLogHelperPrivate : public QObjectPrivate {
Expand Down
2 changes: 0 additions & 2 deletions tools/settings/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

#include <QCoreApplication>

#include <iostream>

#include <QDebug>
#include <QFile>
#include <QCommandLineParser>
Expand Down
Loading