libobs: Remove unused include
Remove unused include as it is not available on FreeBSD and was therefore causing a build error.master
parent
5803d921ae
commit
d998c16724
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#if !defined(__APPLE__)
|
#if !defined(__APPLE__)
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
#include <sys/vtimes.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "darray.h"
|
#include "darray.h"
|
||||||
|
|
Loading…
Reference in New Issue