aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/dbg_output/DONT_COMMIT.h
blob: a53cf52103cd22d454f8820ea50e4045e2c6d68f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

// Including this file is possible without modifying PEERDIR (for debug purposes).
// The latter is allowed only locally, so this file is named
// in such a way that including it prevents from committing the #include via ARC-1205.

#define DBGDUMP_INLINE_IF_INCLUDED inline

#include "dump.cpp"
#include "dumpers.cpp"
#include "engine.cpp"

#include <library/cpp/colorizer/colors.cpp> 
#include <library/cpp/colorizer/output.cpp> 

#undef DBGDUMP_INLINE_IF_INCLUDED