aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/tablet/defs.h
blob: b982be8e2c0c7a5030ec3b0344daf54316ac47b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
// unique tag to fix pragma once gcc glueing: ./ydb/core/tablet/defs.h
#include <ydb/core/base/defs.h>
#include <ydb/core/base/events.h>
#include <ydb/core/base/logoblob.h>

namespace NKikimr {

class TFlatBlobDataOutputStream;

}