Commit 814c571d authored by Laurent Aimar's avatar Laurent Aimar

Fixed config.h include order.

parent 1273e688
......@@ -32,13 +32,13 @@
* Preamble
*****************************************************************************/
#define NDEBUG 1
#include <assert.h>
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <assert.h>
#include <math.h>
#include <vlc_common.h>
#include <vlc_sout.h>
#include <vlc_codec.h>
......
......@@ -32,13 +32,13 @@
* Preamble
*****************************************************************************/
#define NDEBUG 1
#include <assert.h>
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <assert.h>
#include <math.h>
#include <vlc_common.h>
#include <vlc_sout.h>
#include <vlc_codec.h>
......
......@@ -26,13 +26,13 @@
* Preamble
*****************************************************************************/
#define NDEBUG 1
#include <assert.h>
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <assert.h>
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
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