mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
fix: remove needless include file
that might cause compilation error
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
// Distributed under the MIT License.
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_FROM_HPP
|
#ifndef TOML11_FROM_HPP
|
||||||
#define TOML11_FROM_HPP
|
#define TOML11_FROM_HPP
|
||||||
#include "traits.hpp"
|
|
||||||
|
|
||||||
namespace toml
|
namespace toml
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
// Distributed under the MIT License.
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_INTO_HPP
|
#ifndef TOML11_INTO_HPP
|
||||||
#define TOML11_INTO_HPP
|
#define TOML11_INTO_HPP
|
||||||
#include "traits.hpp"
|
|
||||||
|
|
||||||
namespace toml
|
namespace toml
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user