]> git.sesse.net Git - vlc/blobdiff - include/vlc_arrays.h
vlc_playlist.h: Correct type for request status. (Fix a warning too).
[vlc] / include / vlc_arrays.h
index f2c515c3a0c197783e30d3429fa1f6d59165855f..a95bc2388459ac0c5f28841d968d76606a536783 100644 (file)
  * along with this program; if not, write to the Free Software
  * 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_ARRAYS_H_
-#define _VLC_ARRAYS_H_
+#ifndef VLC_ARRAYS_H_
+#define VLC_ARRAYS_H_
 
 /**
  * Simple dynamic array handling. Array is realloced at each insert/removal