libobs: Remove unused include

Remove unused include as it is not available on FreeBSD and was
therefore causing a build error.
master
fryshorts 2015-05-04 20:49:02 +02:00
parent 5803d921ae
commit d998c16724
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#if !defined(__APPLE__)
#include <sys/times.h>
#include <sys/vtimes.h>
#endif
#include "darray.h"