Skip to content

Commit

Permalink
[dev] Delete useless includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwozhonghua126 committed Feb 9, 2024
1 parent 9c96f05 commit 7b4cdb5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
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

0 comments on commit 7b4cdb5

Please sign in to comment.