]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.c
Replace gettimeofday() by clock_gettime().
[paraslash.git] / afh.c
diff --git a/afh.c b/afh.c
index 4f774f19b846203d9000b56bb6d8e81e4a7b0f7d..4c65d7c1f76bdc4b054461127d14b9547881d6f7 100644 (file)
--- a/afh.c
+++ b/afh.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -7,7 +7,6 @@
 /** \file afh.c Paraslash's standalone audio format handler tool. */
 
 #include <regex.h>
-#include <sys/time.h>
 
 #include "para.h"
 #include "string.h"