Commit 61d342e1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not include <vlc_es.h> from <vlc_fourcc.h>

<vlc_es.h> includes <vlc_fourcc.h> already
parent 719507f3
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#define VLC_FOURCC_H 1 #define VLC_FOURCC_H 1
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_es.h>
/* Video codec */ /* Video codec */
#define VLC_CODEC_MPGV VLC_FOURCC('m','p','g','v') #define VLC_CODEC_MPGV VLC_FOURCC('m','p','g','v')
......
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
# include "config.h" # include "config.h"
#endif #endif
#include <vlc_common.h>
#include <vlc_fourcc.h> #include <vlc_fourcc.h>
#include <vlc_es.h>
#include <assert.h> #include <assert.h>
typedef struct typedef struct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment