From e1556183d19d812668977e62eac376b86cff73bc Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 2 Jun 2019 17:12:01 +0900 Subject: [PATCH] refactor: remove unused include files --- toml/traits.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/toml/traits.hpp b/toml/traits.hpp index 55127a6..a994d6d 100644 --- a/toml/traits.hpp +++ b/toml/traits.hpp @@ -13,9 +13,6 @@ #endif // has_include() #endif // cplusplus >= C++17 -#include -#include - namespace toml { template class T, template class A>