]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
Remember not to include anything before vlc/vlc.h
[vlc] / src / control / libvlc_internal.h
index 54520528b6f910fba02beea52c0092c4140538e9..72257ad4e5b198766a19424b79c1800a64f3c7bb 100644 (file)
 #ifndef _LIBVLC_INTERNAL_H
 #define _LIBVLC_INTERNAL_H 1
 
-# ifdef __cplusplus
-extern "C" {
-# endif
-
 #include <vlc/vlc.h>
 #include <vlc/libvlc_structures.h>
 
 #include <vlc_arrays.h>
 #include <vlc_input.h>
-    
+
+# ifdef __cplusplus
+extern "C" {
+# endif
+
 /***************************************************************************
  * Internal creation and destruction functions
  ***************************************************************************/