aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/tablet/defs.h
blob: 3eaf19dd16e4432a6503cf2c348c5de1c66b8156 (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;

}