]> www.ginac.de Git - ginac.git/blobdiff - check/check_inifcns.cpp
Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e835c7e33c.
[ginac.git] / check / check_inifcns.cpp
index 9d493290b5ee854e254e053398ec28d6fa4fe2cf..178ab80c97aca247332f1a0417eee5b8d81b3f50 100644 (file)
@@ -4,7 +4,7 @@
  *  functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2010 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 <cstdlib> // rand()
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <cstdlib> // for rand()
+#include <iostream>
+using namespace std;
+
 /* Some tests on the sine trigonometric function. */
 static unsigned inifcns_check_sin()
 {