]> www.ginac.de Git - ginac.git/blobdiff - check/time_hashmap.cpp
Update copyright statements.
[ginac.git] / check / time_hashmap.cpp
index 7ff288c96de38404067f4897d0643ca5855f7d59..d06f5399f31602f35b1542a3c429abf0afed72b9 100644 (file)
@@ -3,7 +3,7 @@
  *  Timings for exhashmap<> operations. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2014 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 <vector>
 #include "ginac.h"
 #include "timer.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+#include <vector>
+using namespace std;
+
 template <class T>
 static void run_timing(unsigned size, double &time_insert, double &time_find, double &time_erase)
 {