Use full path in tdtl includes.

This commit is contained in:
levlam 2020-12-22 01:56:36 +03:00
parent 97f5040b6f
commit f553638521
13 changed files with 23 additions and 23 deletions

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_config.h"
#include "td/tl/tl_config.h"
#include <cassert>
#include <cstdio>

View File

@ -6,8 +6,8 @@
//
#pragma once
#include "tl_core.h"
#include "tl_simple_parser.h"
#include "td/tl/tl_core.h"
#include "td/tl/tl_simple_parser.h"
#include <cstddef>
#include <cstdint>

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_core.h"
#include "td/tl/tl_core.h"
#include <cassert>

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_file_outputer.h"
#include "td/tl/tl_file_outputer.h"
#include <cassert>

View File

@ -6,7 +6,7 @@
//
#pragma once
#include "tl_outputer.h"
#include "td/tl/tl_outputer.h"
#include <cstdio>
#include <string>

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_file_utils.h"
#include "td/tl/tl_file_utils.h"
#include <cstdio>
#include <cstdlib>

View File

@ -4,14 +4,14 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_generate.h"
#include "td/tl/tl_generate.h"
#include "tl_config.h"
#include "tl_core.h"
#include "tl_file_utils.h"
#include "tl_outputer.h"
#include "tl_string_outputer.h"
#include "tl_writer.h"
#include "td/tl/tl_config.h"
#include "td/tl/tl_core.h"
#include "td/tl/tl_file_utils.h"
#include "td/tl/tl_outputer.h"
#include "td/tl/tl_string_outputer.h"
#include "td/tl/tl_writer.h"
#include <cassert>
#include <cstdint>

View File

@ -6,9 +6,9 @@
//
#pragma once
#include "tl_config.h"
#include "tl_outputer.h"
#include "tl_writer.h"
#include "td/tl/tl_config.h"
#include "td/tl/tl_outputer.h"
#include "td/tl/tl_writer.h"
#include <string>

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_outputer.h"
#include "td/tl/tl_outputer.h"
namespace td {
namespace tl {

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_string_outputer.h"
#include "td/tl/tl_string_outputer.h"
namespace td {
namespace tl {

View File

@ -6,7 +6,7 @@
//
#pragma once
#include "tl_outputer.h"
#include "td/tl/tl_outputer.h"
#include <string>

View File

@ -4,9 +4,9 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "tl_writer.h"
#include "td/tl/tl_writer.h"
#include "tl_core.h"
#include "td/tl/tl_core.h"
#include <cassert>
#include <cstdio>

View File

@ -6,7 +6,7 @@
//
#pragma once
#include "tl_core.h"
#include "td/tl/tl_core.h"
#include <cstdint>
#include <string>