Skip to content

Commit

Permalink
remove include
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger committed Aug 27, 2024
1 parent 7e4b1f3 commit 2751596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dbms/src/Storages/DeltaMerge/File/DMFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
#include <Poco/File.h>
#include <Storages/DeltaMerge/DeltaMergeDefines.h>
#include <Storages/DeltaMerge/File/DMFileMetaV2.h>
#include <Storages/DeltaMerge/File/DMFileV3IncrementWriter_fwd.h>
#include <Storages/DeltaMerge/File/DMFile_fwd.h>
#include <Storages/DeltaMerge/File/dtpb/dmfile.pb.h>
#include <Storages/FormatVersion.h>
#include <Storages/S3/S3Filename.h>
#include <Storages/S3/S3RandomAccessFile.h>
Expand All @@ -40,6 +38,7 @@ namespace tests
{
class DMFileTest;
class DMFileMetaV2Test;
class DMFileV3IncrementWriter;
class DMStoreForSegmentReadTaskTest;
} // namespace tests

Expand Down

0 comments on commit 2751596

Please sign in to comment.