]> git.sesse.net Git - vlc/blobdiff - include/vlc_strings.h
threads: Make sure we don't re-create a thread if the object has already one.
[vlc] / include / vlc_strings.h
index 3ab148ff0d1de69068b017c308f95c5fe299d515..6efe4372c8d1e5741355ac05d27865b77b17e2ae 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 #ifndef _VLC_STRINGS_H
 #define _VLC_STRINGS_H 1
 
-#include <vlc/vlc.h>
-
 /**
  * \defgroup strings Strings
  * @{