]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_lexer.ll
- changed the fucking dates i had forgotten the last time...
[ginac.git] / ginsh / ginsh_lexer.ll
index 961c8564c1af4179183bf958a65b2d9c3987d78d..314db61307e7a6356899b073e1dc4cdb18cf9f4b 100644 (file)
@@ -3,7 +3,7 @@
  *  Lexical analyzer definition for ginsh.
  *  This file must be processed with flex.
  *
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -28,8 +28,6 @@
 %{
 #include "config.h"
 
-#include <map>
-
 #include "ginsh.h"
 #include "ginsh_parser.h"