Skip to content

Commit 90bf0e0

Browse files
committed
mpl: rm include of spdlog/fmt/bundled/format.h
Fails in the CI (but not locally??) Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 42a6b2f commit 90bf0e0

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/mpl/src/clusterEngine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "clusterEngine.h"
55

6-
#include <spdlog/fmt/bundled/format.h>
7-
86
#include <algorithm>
97
#include <cmath>
108
#include <map>

src/mpl/src/rtl_mp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "mpl/rtl_mp.h"
55

6-
#include <spdlog/fmt/bundled/format.h>
7-
86
#include <memory>
97
#include <string>
108
#include <vector>

0 commit comments

Comments
 (0)