]> www.ginac.de Git - ginac.git/blobdiff - ginac/input_parser.yy
Added a document about the coding conventions used in GiNaC. Corrections,
[ginac.git] / ginac / input_parser.yy
index 43d7cc826942124104e1faa55046349a2476bf5f..9f22814dc95a38350082083c151c8914351fde21 100644 (file)
@@ -4,7 +4,7 @@
  *  This file must be processed with yacc/bison. */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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
 %{
 #include <stdexcept>
 
-#include "input_lexer.h"
 #include "ex.h"
+#include "input_lexer.h"
 #include "relational.h"
+#include "operators.h"
 #include "symbol.h"
 #include "lst.h"
 #include "power.h"