fix: remove needless include file

that might cause compilation error
This commit is contained in:
ToruNiina 2021-05-25 21:40:41 +09:00
parent 0c4594f59a
commit c38079f7c0
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// Distributed under the MIT License.
#ifndef TOML11_FROM_HPP
#define TOML11_FROM_HPP
#include "traits.hpp"
namespace toml
{

View File

@ -2,7 +2,6 @@
// Distributed under the MIT License.
#ifndef TOML11_INTO_HPP
#define TOML11_INTO_HPP
#include "traits.hpp"
namespace toml
{