Add missing inclusions of config.h

This commit is contained in:
Tsuda kageyu 2013-04-18 11:33:26 +09:00
parent 454abde101
commit 3d8bb4d4b9
10 changed files with 26 additions and 5 deletions

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <taglib.h>

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <taglib.h>

View File

@ -28,7 +28,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#ifdef _WIN32

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <taglib.h>

View File

@ -24,8 +24,9 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <stdio.h>
#include <taglib.h>

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <bitset>
#include <tbytevector.h>

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "tbytevectorlist.h"
using namespace TagLib;

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <algorithm>
namespace TagLib {

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
namespace TagLib {
////////////////////////////////////////////////////////////////////////////////

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "tstringlist.h"
using namespace TagLib;