From c38079f7c0cd160447d8f5b43d389d495858c4da Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Tue, 25 May 2021 21:40:41 +0900 Subject: [PATCH] fix: remove needless include file that might cause compilation error --- toml/from.hpp | 1 - toml/into.hpp | 1 - 2 files changed, 2 deletions(-) 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 {