From f21a6d223509e054638813f2e361820bf864e330 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Fri, 17 May 2024 17:45:39 +0800 Subject: [PATCH] feat remove rxcpp --- CMakeLists.txt | 2 +- src/sled/sled.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 627646f..8c878bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ if(SLED_LOCATION_PATH) sled PRIVATE __SLED_LOCATION_PATH="${SLED_LOCATION_PATH}") endif() # add_subdirectory(3party/eigen EXCLUDE_FROM_ALL) -target_include_directories(sled PUBLIC src/ 3party/eigen 3party/rxcpp +target_include_directories(sled PUBLIC src/ 3party/eigen 3party/nlohammn 3party/toml11) target_sources( sled diff --git a/src/sled/sled.h b/src/sled/sled.h index 7cea7cd..95efa7e 100644 --- a/src/sled/sled.h +++ b/src/sled/sled.h @@ -3,8 +3,6 @@ #define SLED_SLED_H // thrid_party -#include -#include "rx.h" #include "sled/nonstd/cxxopts.h" #include "sled/nonstd/expected.h" #include "sled/nonstd/fsm.h" @@ -12,6 +10,7 @@ #include "sled/nonstd/pugixml/pugixml.hpp" #include "sled/nonstd/string_view.h" #include "toml.hpp" +#include #include "sled/cache/cache.h"