Skip to content

Commit

Permalink
Remove generator reference implementation from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 committed Jan 16, 2024
1 parent 3f49dd7 commit 2fab72c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 813 deletions.
1 change: 0 additions & 1 deletion src/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ CONFIGURE_FILE("core.tmpl" "${CMAKE_CURRENT_BINARY_DIR}/include/litefx/core.h")
# Collect header & source files.
SET(CORE_HEADERS
"include/litefx/containers.hpp"
"include/litefx/generator.hpp"
"include/litefx/string.hpp"
"include/litefx/traits.hpp"
"include/litefx/exceptions.hpp"
Expand Down
7 changes: 1 addition & 6 deletions src/Core/include/litefx/containers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
#include <variant>
#include <ranges>
#include <mutex>

#if __has_include(<generator>)
#inclue <generator>
#else
#include "generator.hpp"
#endif
#include <generator>

#include "traits.hpp"
#include "string.hpp"
Expand Down
Loading

0 comments on commit 2fab72c

Please sign in to comment.