From bc2681f74495af76c4de18953a1b00f5e9851c1c Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 11 May 2015 21:04:34 +0100 Subject: [PATCH] Removed useless include. --- re2c/src/codegen/code.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/re2c/src/codegen/code.cc b/re2c/src/codegen/code.cc index 7424f657..6d35ba6b 100644 --- a/re2c/src/codegen/code.cc +++ b/re2c/src/codegen/code.cc @@ -19,7 +19,6 @@ #include "src/dfa/dfa.h" #include "src/globals.h" #include "src/parse/parser.h" -#include "src/util/substr.h" namespace re2c { -- 2.40.0