Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top.

Originally committed to SVN as r3666.
This commit is contained in:
Amar Takhar 2009-10-09 16:34:38 +00:00
parent 3873c4fc4e
commit 14e2d9ad12
8 changed files with 16 additions and 0 deletions

View file

@ -37,6 +37,8 @@
//////////// ////////////
// Includes // Includes
#include "config.h"
#ifndef AGI_PRE #ifndef AGI_PRE
#include <math.h> #include <math.h>

View file

@ -35,6 +35,8 @@
/// ///
#include "config.h"
#ifdef WITH_QUICKTIME #ifdef WITH_QUICKTIME
#include "audio_provider_quicktime.h" #include "audio_provider_quicktime.h"

View file

@ -35,6 +35,8 @@
// Headers // Headers
#include "config.h"
#ifndef AGI_PRE #ifndef AGI_PRE
#include <wx/bitmap.h> #include <wx/bitmap.h>
#include <wx/dcmemory.h> #include <wx/dcmemory.h>

View file

@ -34,6 +34,8 @@
/// @ingroup utility /// @ingroup utility
/// ///
#include "config.h"
#include "charset_conv.h" #include "charset_conv.h"
#ifndef AGI_PRE #ifndef AGI_PRE

View file

@ -35,6 +35,8 @@
/// ///
#include "config.h"
#ifdef WITH_QUICKTIME #ifdef WITH_QUICKTIME
#include "quicktime_common.h" #include "quicktime_common.h"

View file

@ -34,6 +34,8 @@
/// @ingroup video /// @ingroup video
/// ///
#include "config.h"
#ifndef AGI_PRE #ifndef AGI_PRE
#include <wx/log.h> #include <wx/log.h>
#endif #endif

View file

@ -35,6 +35,8 @@
/// ///
#include "config.h"
#ifdef WITH_QUICKTIME #ifdef WITH_QUICKTIME
#include "aegisub_endian.h" #include "aegisub_endian.h"
#include "video_provider_quicktime.h" #include "video_provider_quicktime.h"

View file

@ -34,6 +34,8 @@
/// @ingroup video_input /// @ingroup video_input
/// ///
#include "config.h"
#include "video_provider_yuv4mpeg.h" #include "video_provider_yuv4mpeg.h"
// All of this cstdio bogus is because of one reason and one reason only: // All of this cstdio bogus is because of one reason and one reason only: