]> mj.ucw.cz Git - libucw.git/blobdiff - lib/timer.c
sign mismatch fixed
[libucw.git] / lib / timer.c
index 7a18583b9d728658d1d06d7e09ea72718876dd5b..7aacaf686b35625e62eff917119ab544de116836 100644 (file)
@@ -1,15 +1,15 @@
 /*
  *     Sherlock Library -- Execution Timing
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
+#include "lib/lib.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/time.h>
 
-#include "lib.h"
-
 static struct timeval last_tv;
 
 uns