]> git.sesse.net Git - vlc/commitdiff
*Ahem*
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 21 Oct 2006 12:37:07 +0000 (12:37 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 21 Oct 2006 12:37:07 +0000 (12:37 +0000)
modules/codec/cmml/intf.c

index a85b6a2057f56634c1daff6562b4c4c979419111..78daaf7e1ffe9efcbd7c86e77da494b2b25219f2 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#include <vlc/vlc.h>
+
 #include <stdio.h>
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
-#include <vlc/vlc.h>
-
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif