X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftimer.cpp;h=d375313f82df49e91eb1e14bdbe7e816c9f4cadc;hp=0723b8a909c9624805c99832c5deb3fa2db0b710;hb=edf1ae46a926d0a718063c149b78c1b9a7ec2043;hpb=5b44febe31956b36b62cd3650f7c5249bbe8100c diff --git a/check/timer.cpp b/check/timer.cpp index 0723b8a9..d375313f 100644 --- a/check/timer.cpp +++ b/check/timer.cpp @@ -3,7 +3,7 @@ * A simple stop watch class. */ /* - * GiNaC Copyright (C) 1999-2005 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 @@ -20,9 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #ifdef HAVE_RUSAGE #include #include @@ -31,6 +28,9 @@ #include #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "timer.h" timer::timer() : on(false)