]> www.ginac.de Git - ginac.git/blobdiff - check/check_inifcns.cpp
Prettified source code.
[ginac.git] / check / check_inifcns.cpp
index 293fd8b1e52ed253266fd31d86793d5ddc106428..0bab8717ca0a932a37b9ea43f4f30c0a2cee3daa 100644 (file)
@@ -4,7 +4,7 @@
  *  functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 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
  *  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()
 {