]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/cpu-timer.hh
Add a comment about grand-replace.sh.
[lilypond.git] / flower / include / cpu-timer.hh
index 2418d70efda146e535746fdd1c822e0e32e3a5af..ff7d5bb0d79371df51302d0782e4343b1b640d5a 100644 (file)
@@ -3,17 +3,19 @@
 
   source file of the Flower Library
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef CPU_TIMER_HH
 #define CPU_TIMER_HH
 
-#include <time.h>
+#include <ctime>
+using namespace std;
+
 #include "real.hh"
 
-class Cpu_timer {
+class Cpu_timer
+{
   clock_t start_clock_;
 public:
   Cpu_timer ();