]> www.ginac.de Git - ginac.git/blobdiff - check/exam_polygcd.cpp
Finalize 1.7.6 release.
[ginac.git] / check / exam_polygcd.cpp
index ef90a36d0df5684fff01db6dfe6a7529b7bae575..aac25c85dca9e5ed9869ee52887f20df7387f75a 100644 (file)
@@ -4,7 +4,7 @@
  *  rational function normalization in normalization.cpp. */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+using namespace std;
+
 const int MAX_VARIABLES = 3;
 
 static symbol x("x"), z("z");