mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
2047ea5eb4
Boost.Signals is deprecated. This fixes bug #9943. The only thing left to do is to rewrite (or get rid of) the boost -mt test in config/lyxinclude.m4 not to use signals anymore.
72 lines
1.6 KiB
C++
72 lines
1.6 KiB
C++
/*
|
|
* \file pcheader.h
|
|
* This file is part of LyX, the document processor.
|
|
* Licence details can be found in the file COPYING.
|
|
*
|
|
* This is the compilation configuration file for LyX.
|
|
* It was generated by autoconfs configure.
|
|
* You might want to change some of the defaults if something goes wrong
|
|
* during the compilation.
|
|
*/
|
|
|
|
|
|
#ifdef LYX_PCH_BOOST
|
|
#include <boost/any.hpp>
|
|
#include <boost/array.hpp>
|
|
#include <boost/assert.hpp>
|
|
#include <boost/bind.hpp>
|
|
#include <boost/crc.hpp>
|
|
#include <boost/cregex.hpp>
|
|
#include <boost/current_function.hpp>
|
|
#include <boost/function.hpp>
|
|
#include <boost/iterator/indirect_iterator.hpp>
|
|
#include <boost/optional.hpp>
|
|
#include <boost/regex.hpp>
|
|
#include <boost/scoped_array.hpp>
|
|
#include <boost/scoped_ptr.hpp>
|
|
#include <boost/signals2.hpp>
|
|
#include <boost/signals2/connection.hpp>
|
|
#include <boost/signals2/trackable.hpp>
|
|
#include <boost/tokenizer.hpp>
|
|
#include <boost/tuple/tuple.hpp>
|
|
#include <boost/utility.hpp>
|
|
#include <boost/version.hpp>
|
|
#endif
|
|
|
|
|
|
#ifdef LYX_PCH_STL
|
|
#include <algorithm>
|
|
#include <cerrno>
|
|
#include <cassert>
|
|
#include <clocale>
|
|
#include <csignal>
|
|
#include <cstddef>
|
|
#include <cstdio>
|
|
#include <cstdlib>
|
|
#include <deque>
|
|
#include <exception>
|
|
#include <fstream>
|
|
#include <functional>
|
|
#include <iomanip>
|
|
#include <ios>
|
|
#include <iosfwd>
|
|
#include <iostream>
|
|
#include <iterator>
|
|
#include <list>
|
|
#include <map>
|
|
#include <queue>
|
|
#include <set>
|
|
#include <sstream>
|
|
#include <string>
|
|
#include <stack>
|
|
#include <string>
|
|
#include <utility>
|
|
#include <vector>
|
|
#endif
|
|
|
|
|
|
#if defined(LYX_PCH_QT) && defined(LYX_BUILD_QT_FRONTEND)
|
|
#include <QtCore>
|
|
#include <QtGui>
|
|
#endif
|