Remove redundant includes

This commit is contained in:
Andrei Kortunov 2019-02-22 23:16:47 +04:00
parent ba491a8af0
commit 3032b177a1
129 changed files with 8 additions and 230 deletions

View file

@ -1,9 +1,5 @@
#include "parser.hpp"
#include <cctype>
#include <algorithm>
#include <iterator>
#include "errorhandler.hpp"
#include "exception.hpp"
#include "scanner.hpp"