Configure: add more robust checks for boost libraries
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <boost/array.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/locale/conversion.hpp>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include <algorithm>
|
||||
#include <boost/lambda/bind.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <cassert>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#ifdef HAVE_TAGLIB_H
|
||||
# include "fileref.h"
|
||||
# include "tag.h"
|
||||
# include "boost/lexical_cast.hpp"
|
||||
# include <boost/lexical_cast.hpp>
|
||||
#endif // HAVE_TAGLIB_H
|
||||
|
||||
using Global::MainHeight;
|
||||
|
||||
Reference in New Issue
Block a user