Browse Source

vlc_common: don't include vlc_thread.h anymore

We don't use a vlc_thread, vlc_muted, vlc_tick_now in this file.
pull/162/head
Steve Lhomme 3 years ago
parent
commit
80ea761c63
  1. 2
      include/vlc_common.h

2
include/vlc_common.h

@ -557,8 +557,6 @@ typedef int ( * vlc_list_callback_t ) ( vlc_object_t *, /* variable's objec
# include <os2.h>
#endif
#include "vlc_threads.h"
/**
* \defgroup intops Integer operations
* \ingroup cext

Loading…
Cancel
Save