From 594accf9a7adf5dd1b292cf7273b9df8cd6b7a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hr=C3=A1zk=C3=BD?= Date: Thu, 30 Jun 2022 11:37:53 +0200 Subject: [PATCH] chore: Don't include fstream in lexer --- toml/lexer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/toml/lexer.hpp b/toml/lexer.hpp index 5d019a3..ce150c5 100644 --- a/toml/lexer.hpp +++ b/toml/lexer.hpp @@ -5,7 +5,6 @@ #include #include #include -#include #include "combinator.hpp"