Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <tshent@qq.com>
  • Loading branch information
JaySon-Huang committed Feb 12, 2022
1 parent e29ebbb commit 12e7f6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 2 additions & 3 deletions dbms/src/Storages/DeltaMerge/DeltaMergeStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,22 @@
#include <Storages/DeltaMerge/DMSegmentThreadInputStream.h>
#include <Storages/DeltaMerge/DeltaMergeHelpers.h>
#include <Storages/DeltaMerge/DeltaMergeStore.h>
#include <Storages/DeltaMerge/File/DMFile.h>
#include <Storages/DeltaMerge/File/DMFilePackFilter.h>
#include <Storages/DeltaMerge/Filter/RSOperator.h>
#include <Storages/DeltaMerge/SchemaUpdate.h>
#include <Storages/DeltaMerge/Segment.h>
#include <Storages/DeltaMerge/SegmentReadTaskPool.h>
#include <Storages/DeltaMerge/StableValueSpace.h>
#include <Storages/DeltaMerge/WriteBatches.h>
#include <Storages/Page/PageStorage.h>
#include <Storages/Page/V2/VersionSet/PageEntriesVersionSetWithDelta.h>
#include <Storages/PathPool.h>
#include <Storages/Transaction/TMTContext.h>

#include <atomic>
#include <ext/scope_guard.h>

#include "Storages/DeltaMerge/File/DMFile.h"
#include "Storages/Page/PageStorage.h"

#if USE_TCMALLOC
#include <gperftools/malloc_extension.h>
#endif
Expand Down
3 changes: 1 addition & 2 deletions dbms/src/Storages/Page/V2/PageStorage.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include "Storages/Page/PageStorage.h"

#include <Common/FailPoint.h>
#include <Common/Stopwatch.h>
#include <Common/TiFlashMetrics.h>
Expand All @@ -9,6 +7,7 @@
#include <IO/WriteBufferFromFile.h>
#include <Poco/File.h>
#include <Poco/Path.h>
#include <Storages/Page/PageStorage.h>
#include <Storages/Page/PageUtil.h>
#include <Storages/Page/V2/PageStorage.h>
#include <Storages/Page/V2/VersionSet/PageEntriesEdit.h>
Expand Down
3 changes: 1 addition & 2 deletions dbms/src/Storages/Page/V2/tests/gtest_page_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <Poco/PatternFormatter.h>
#include <Storages/Page/Page.h>
#include <Storages/Page/PageDefines.h>
#include <Storages/Page/PageStorage.h>
#include <Storages/Page/V2/PageFile.h>
#include <Storages/Page/V2/PageStorage.h>
#include <Storages/Page/WriteBatch.h>
Expand All @@ -18,8 +19,6 @@
#include <TestUtils/TiFlashTestBasic.h>
#include <common/logger_useful.h>

#include "Storages/Page/PageStorage.h"

namespace DB
{
namespace FailPoints
Expand Down
3 changes: 1 addition & 2 deletions dbms/src/Storages/Page/V3/PageDirectory.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <Storages/Page/PageDefines.h>
#include <Storages/Page/Snapshot.h>
#include <Storages/Page/V3/BlobStore.h>
#include <Storages/Page/V3/LogFile/LogWriter.h>
#include <Storages/Page/V3/MapUtils.h>
#include <Storages/Page/V3/PageEntriesEdit.h>
#include <Storages/Page/V3/PageEntry.h>
Expand All @@ -18,8 +19,6 @@
#include <shared_mutex>
#include <unordered_map>

#include "Storages/Page/V3/LogFile/LogWriter.h"

namespace CurrentMetrics
{
extern const Metric PSMVCCNumSnapshots;
Expand Down

0 comments on commit 12e7f6c

Please sign in to comment.