Skip to content

Commit 1faad0d

Browse files
committed
#2397: remove INCLUDE_FMT_BASE macro
1 parent 667b16d commit 1faad0d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

cmake_config.h.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,13 @@
9898
#define INCLUDE_FMT_CORE <fmt/core.h>
9999
#define INCLUDE_FMT_FORMAT <fmt/format.h>
100100
#define INCLUDE_FMT_OSTREAM <fmt/ostream.h>
101-
#define INCLUDE_FMT_BASE <fmt/base.h>
102101

103102
#define VT_FMT_NAMESPACE_BEGIN namespace fmt {
104103
#define VT_FMT_NAMESPACE_END }
105104
#else
106105
#define INCLUDE_FMT_CORE <fmt-vt/core.h>
107106
#define INCLUDE_FMT_FORMAT <fmt-vt/format.h>
108107
#define INCLUDE_FMT_OSTREAM <fmt-vt/ostream.h>
109-
#define INCLUDE_FMT_BASE <fmt-vt/base.h>
110108

111109
#define VT_FMT_NAMESPACE_BEGIN namespace fmt { inline namespace vt {
112110
#define VT_FMT_NAMESPACE_END } }

src/vt/epoch/epoch_type.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include "vt/epoch/epoch_impl_type.h"
4949

5050
#include "vt/cmake_config.h"
51-
#include INCLUDE_FMT_BASE
5251

5352
namespace vt { namespace epoch {
5453

src/vt/timing/timing_type.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
#include <EngFormat-Cpp/eng_format.hpp>
5353

5454
#include "vt/cmake_config.h"
55-
#include INCLUDE_FMT_BASE
5655

5756
namespace vt {
5857

0 commit comments

Comments
 (0)