]> www.ginac.de Git - ginac.git/blobdiff - check/exam_archive.cpp
Prettified source code.
[ginac.git] / check / exam_archive.cpp
index bdf6995542427b2cc2f0eed1c779e4bc8d53f073..083f79dd1052fdbe6a69131f07d8bd03c49dfe7e 100644 (file)
@@ -3,7 +3,7 @@
  *  Here we test GiNaC's archiving system. */
 
 /*
- *  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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
-#include <fstream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <fstream>
+#include <iostream>
+using namespace std;
+
 unsigned exam_archive()
 {
        unsigned result = 0;