Commit b99a3f6b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

stats: use vlc_common.h instead of vlc/vlc.h

Don't trust cherry-pick blindly.
parent 70d5f868
......@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_codec.h>
#include <vlc_vout.h>
......
......@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_access.h>
#include <vlc_demux.h>
......
......@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_codec.h>
#include <vlc_vout.h>
......
......@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include "stats.h"
......
......@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_vout.h>
#define DUMMY_WIDTH 16
......
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