libobs: Remove unused include

Remove unused include as it is not available on FreeBSD and was
therefore causing a build error.
This commit is contained in:
fryshorts
2015-05-04 21:08:17 +02:00
parent 5803d921ae
commit d998c16724
-1
View File
@@ -26,7 +26,6 @@
#if !defined(__APPLE__)
#include <sys/times.h>
#include <sys/vtimes.h>
#endif
#include "darray.h"