Remove an "#include <sys/time.h>" as it is included twice.
authorJasper <jasper_la@users.sourceforge.net>
Thu, 16 Mar 2006 08:01:46 +0000 (08:01 +0000)
committerJasper <jasper_la@users.sourceforge.net>
Thu, 16 Mar 2006 08:01:46 +0000 (08:01 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@592 7f574dfc-610e-0410-a909-a81674777703

src/netbsd.c

index db0b343..5a335f0 100644 (file)
@@ -17,7 +17,6 @@
 #include <sys/param.h>
 #include <sys/sysctl.h>
 #include <sys/types.h>
-#include <sys/time.h>
 #include <sys/user.h>
 #include <sys/socket.h>
 #include <sys/swap.h>