Skip to content

Commit e549657

Browse files
style: clang-tidy auto fixes (#1863)
Fixes #1862. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com>
1 parent 7c27420 commit e549657

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/etlng/impl/TaskManager.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "util/async/AnyStrand.hpp"
2929
#include "util/log/Logger.hpp"
3030

31-
#include <xrpl/protocol/TxFormats.h>
3231

3332
#include <chrono>
3433
#include <cstddef>

src/util/newconfig/ConfigFileJson.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "util/newconfig/Error.hpp"
2424
#include "util/newconfig/Types.hpp"
2525

26-
#include <boost/filesystem/path.hpp>
2726
#include <boost/json/array.hpp>
2827
#include <boost/json/object.hpp>
2928
#include <boost/json/parse.hpp>

tests/unit/ConfigTests.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "util/TmpFile.hpp"
2323
#include "util/config/Config.hpp"
2424

25-
#include <boost/filesystem/operations.hpp>
2625
#include <boost/json/conversion.hpp>
2726
#include <boost/json/parse.hpp>
2827
#include <boost/json/value.hpp>

tests/unit/util/StrandedPriorityQueueTests.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "util/async/AnyOperation.hpp"
2323
#include "util/async/context/BasicExecutionContext.hpp"
2424

25-
#include <gmock/gmock.h>
2625
#include <gtest/gtest.h>
2726

2827
#include <atomic>

0 commit comments

Comments
 (0)