aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Lexer.mll')
-rw-r--r--cparser/Lexer.mll1
1 files changed, 0 insertions, 1 deletions
diff --git a/cparser/Lexer.mll b/cparser/Lexer.mll
index efb06b5d..ec344f7a 100644
--- a/cparser/Lexer.mll
+++ b/cparser/Lexer.mll
@@ -17,7 +17,6 @@
open Lexing
open Pre_parser
open Pre_parser_aux
-open !Cabshelper
module SSet = Set.Make(String)