]> www.ginac.de Git - ginac.git/blobdiff - ginac/normal.cpp
Fix the compliation error *for real* ... and restore performance
[ginac.git] / ginac / normal.cpp
index 54fff47bbfc5f505c8230c732b4d214870a0a33d..2a251a780704fdfb66ed96dc0befcf93567dc84b 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-2009 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.