Use full path in tdtl includes.
This commit is contained in:
parent
97f5040b6f
commit
f553638521
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#include "tl_outputer.h"
|
||||
#include "td/tl/tl_outputer.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#include "tl_outputer.h"
|
||||
#include "td/tl/tl_outputer.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#include "tl_core.h"
|
||||
#include "td/tl/tl_core.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user