diff --git a/toml/from.hpp b/toml/from.hpp index 8251973..10815ca 100644 --- a/toml/from.hpp +++ b/toml/from.hpp @@ -2,7 +2,6 @@ // Distributed under the MIT License. #ifndef TOML11_FROM_HPP #define TOML11_FROM_HPP -#include "traits.hpp" namespace toml { diff --git a/toml/into.hpp b/toml/into.hpp index 17f2248..7449556 100644 --- a/toml/into.hpp +++ b/toml/into.hpp @@ -2,7 +2,6 @@ // Distributed under the MIT License. #ifndef TOML11_INTO_HPP #define TOML11_INTO_HPP -#include "traits.hpp" namespace toml {