From 8456186eac96acaad2d62c54900774cd5187791d Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 2 Jun 2019 21:34:57 +0900 Subject: [PATCH] fix: remove inclusion of removed file --- toml.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/toml.hpp b/toml.hpp index fde2a3c..2182df1 100644 --- a/toml.hpp +++ b/toml.hpp @@ -36,7 +36,6 @@ #include "toml/parser.hpp" #include "toml/literal.hpp" #include "toml/serializer.hpp" -#include "toml/from_toml.hpp" #include "toml/get.hpp" #endif// TOML_FOR_MODERN_CPP