From 8abb918bd8d6fb3222d8ee589bddbc3f80bc5efe Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Fri, 12 May 2017 13:14:24 +0900 Subject: [PATCH] add parse to toml.hpp --- toml.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/toml.hpp b/toml.hpp index cfd2a55..bfca738 100644 --- a/toml.hpp +++ b/toml.hpp @@ -33,11 +33,7 @@ # error "toml11 requires C++11 or later." #endif -#include "toml/traits.hpp" -#include "toml/utility.hpp" -#include "toml/exception.hpp" -#include "toml/datetime.hpp" -#include "toml/value.hpp" +#include "toml/parser.hpp" #include "toml/to_toml.hpp" #include "toml/from_toml.hpp" #include "toml/get.hpp"