Replace gettimeofday() by clock_gettime().
[paraslash.git] / string.c
index 283c46e23442f41dbfc4ad0721fe60cd3f16e397..e5de147c65975c21018b3e0b6d30eb932e52edf1 100644 (file)
--- a/string.c
+++ b/string.c
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2004-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2004-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file string.c Memory allocation and string handling functions. */
 
-#include <sys/time.h> /* gettimeofday */
 #include <pwd.h>
 #include <sys/utsname.h> /* uname() */
 #include <string.h>