]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
Do not include vlc_modules.h in vlc_common.h
[vlc] / src / interface / interface.c
index af2f09705185033f1a134e58ae89dc31e25ede61..43b45f28d17af44730c25f12abea815042f5072b 100644 (file)
 
 #include <assert.h>
 #include <vlc_common.h>
+#include <vlc_modules.h>
+#include <vlc_interface.h>
 
-#include <vlc_aout.h>
-#include <vlc_vout.h>
-
-#include "vlc_interface.h"
 #if defined( __APPLE__ ) || defined( WIN32 )
 #include "../control/libvlc_internal.h"
 #endif