Remove a useless #include directive in lex.hpp

This commit is contained in:
Username404 2021-12-28 09:39:46 +01:00
parent 32baddc0b2
commit 082e4ad175
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#ifndef YERBACON_LEX_H
#define YERBACON_LEX_H
#include <vector>
#include "Yerbacon.hpp"
#include <limits>
#include <ostream>