From 2965d2b79afb7ae7d82503ca1ef047383332b46a Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 24 Apr 2014 22:50:59 +0200 Subject: [PATCH] remove unused include --- alib2/src/regexp/RegExpEpsilon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/alib2/src/regexp/RegExpEpsilon.h b/alib2/src/regexp/RegExpEpsilon.h index 33cfbcb6b0..f4ed90947e 100644 --- a/alib2/src/regexp/RegExpEpsilon.h +++ b/alib2/src/regexp/RegExpEpsilon.h @@ -9,7 +9,6 @@ #define REG_EXP_EPSILON_H_ #include "RegExpElement.h" -#include "../alphabet/Epsilon.h" namespace regexp { -- GitLab