From 082e4ad175c12ca427260fa8646e8e362c5dd1b9 Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 28 Dec 2021 09:39:46 +0100 Subject: [PATCH] Remove a useless #include directive in lex.hpp --- src/headers/lex.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/headers/lex.hpp b/src/headers/lex.hpp index fcb73fe..e00b19d 100644 --- a/src/headers/lex.hpp +++ b/src/headers/lex.hpp @@ -1,7 +1,6 @@ #ifndef YERBACON_LEX_H #define YERBACON_LEX_H -#include #include "Yerbacon.hpp" #include #include