]> www.ginac.de Git - ginac.git/blobdiff - ginac/normal.cpp
Update copyright statements.
[ginac.git] / ginac / normal.cpp
index 54fff47bbfc5f505c8230c732b4d214870a0a33d..4bd82e572293462c5479c6229d7f8d5e32c6f91b 100644 (file)
@@ -6,7 +6,7 @@
  *  computation, square-free factorization and rational function normalization. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2014 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
@@ -23,9 +23,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <algorithm>
-#include <map>
-
 #include "normal.h"
 #include "basic.h"
 #include "ex.h"
@@ -46,6 +43,9 @@
 #include "utils.h"
 #include "polynomial/chinrem_gcd.h"
 
+#include <algorithm>
+#include <map>
+
 namespace GiNaC {
 
 // If comparing expressions (ex::compare()) is fast, you can set this to 1.