]> www.ginac.de Git - ginac.git/blobdiff - check/timer.h
Finalize 1.8.0 release.
[ginac.git] / check / timer.h
index ba6ff3f671cc18228d78252aeac51d4fb5b473cd..3cca182ecf18bc6e117a3438a167f48d6def0a1d 100644 (file)
@@ -3,7 +3,7 @@
  *  A simple stop watch class. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2020 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
@@ -26,6 +26,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
 #ifdef HAVE_RUSAGE
 #include <sys/resource.h>
 #else