]> git.sesse.net Git - vlc/commitdiff
vlc_sql.h: don't rely on __LIBVLC__ being defined
authorRafaël Carré <rafael.carre@gmail.com>
Sat, 6 Nov 2010 10:32:34 +0000 (11:32 +0100)
committerRafaël Carré <rafael.carre@gmail.com>
Sat, 6 Nov 2010 10:32:34 +0000 (11:32 +0100)
include/vlc_sql.h

index 0fe4f4bcca3442cf5f5f8f5347c86448af17c32c..ed976001eb97f7ef086666cb5ad0df89674a1406 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_SQL_H
 # define VLC_SQL_H