Replace gettimeofday() by clock_gettime().
[paraslash.git] / udp_send.c
index 3e3950f90d232794df915e45c39d2e8ad031d44f..b1da3167880c63895fd7d2d0f94a01feed620a1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -8,7 +8,6 @@
 
 
 #include <regex.h>
-#include <sys/time.h>
 #include <sys/socket.h>
 #include <netinet/udp.h>
 #include <net/if.h>