Skip to content

Commit

Permalink
remove stupid include
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jan 16, 2024
1 parent 4ec4c6e commit 4ec3c08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2399,12 +2399,6 @@ JSON_HEDLEY_DIAGNOSTIC_POP
#define JSON_HAS_CPP_11
#endif

#ifdef __has_include
#if __has_include(<version>)
#include <version>
#endif
#endif

#if !defined(JSON_HAS_FILESYSTEM) && !defined(JSON_HAS_EXPERIMENTAL_FILESYSTEM)
#ifdef JSON_HAS_CPP_17
#if defined(__cpp_lib_filesystem)
Expand Down

0 comments on commit 4ec3c08

Please sign in to comment.