DONT_COMMIT.h 478 B

12345678910111213141516
  1. #pragma once
  2. // Including this file is possible without modifying PEERDIR (for debug purposes).
  3. // The latter is allowed only locally, so this file is named
  4. // in such a way that including it prevents from committing the #include via ARC-1205.
  5. #define DBGDUMP_INLINE_IF_INCLUDED inline
  6. #include "dump.cpp"
  7. #include "dumpers.cpp"
  8. #include "engine.cpp"
  9. #include <library/cpp/colorizer/colors.cpp>
  10. #include <library/cpp/colorizer/output.cpp>
  11. #undef DBGDUMP_INLINE_IF_INCLUDED