mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
MAINT: Remove old precompiled headers
These headers are not used anymore (since the switch from qmake to cmake).
This commit is contained in:
parent
6d0cccc5ea
commit
0f2b694a18
@ -1,117 +0,0 @@
|
||||
// Copyright 2008-2022 The Mumble Developers. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file at the root of the
|
||||
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
|
||||
|
||||
#ifndef Q_MOC_RUN
|
||||
# ifndef MUMBLE_MUMBLE_MUMBLE_PCH_H_
|
||||
# define MUMBLE_MUMBLE_MUMBLE_PCH_H_
|
||||
|
||||
# define QT_NO_CAST_TO_ASCII
|
||||
# define QT_NO_CAST_FROM_ASCII
|
||||
# define QT_USE_FAST_CONCATENATION
|
||||
# define QT_USE_FAST_OPERATOR_PLUS
|
||||
|
||||
# include <QtCore/QtGlobal>
|
||||
|
||||
# ifdef Q_OS_WIN
|
||||
# include "win.h"
|
||||
# endif
|
||||
|
||||
# define BOOST_TYPEOF_SUPPRESS_UNNAMED_NAMESPACE
|
||||
|
||||
# ifdef __APPLE__
|
||||
# include <ApplicationServices/ApplicationServices.h>
|
||||
# include <Carbon/Carbon.h>
|
||||
# include <CoreFoundation/CoreFoundation.h>
|
||||
# undef nil
|
||||
# undef check
|
||||
# undef TYPE_BOOL
|
||||
# endif
|
||||
|
||||
# include <QtCore/QtCore>
|
||||
# include <QtGui/QtGui>
|
||||
# include <QtWidgets/QtWidgets>
|
||||
|
||||
# include <QtSvg/QtSvg>
|
||||
# ifdef USE_DBUS
|
||||
# include <QtDBus/QtDBus>
|
||||
# endif
|
||||
# include <QtNetwork/QtNetwork>
|
||||
# include <QtSql/QtSql>
|
||||
# include <QtXml/QtXml>
|
||||
|
||||
# ifdef Q_OS_WIN
|
||||
# define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
|
||||
# endif
|
||||
# include <celt.h>
|
||||
# include <sndfile.h>
|
||||
# include <speex/speex.h>
|
||||
# include <speex/speex_echo.h>
|
||||
# include <speex/speex_jitter.h>
|
||||
# include <speex/speex_preprocess.h>
|
||||
# include <speex/speex_resampler.h>
|
||||
|
||||
# include <boost/accumulators/accumulators.hpp>
|
||||
# include <boost/accumulators/statistics/extended_p_square.hpp>
|
||||
# include <boost/accumulators/statistics/mean.hpp>
|
||||
# include <boost/accumulators/statistics/stats.hpp>
|
||||
# include <boost/accumulators/statistics/variance.hpp>
|
||||
# include <boost/array.hpp>
|
||||
# include <boost/bind.hpp>
|
||||
# include <boost/enable_shared_from_this.hpp>
|
||||
# include <boost/make_shared.hpp>
|
||||
# include <boost/scoped_array.hpp>
|
||||
# include <boost/scoped_ptr.hpp>
|
||||
# include <boost/shared_array.hpp>
|
||||
# include <boost/shared_ptr.hpp>
|
||||
# include <boost/typeof/typeof.hpp>
|
||||
# include <boost/weak_ptr.hpp>
|
||||
|
||||
# include <algorithm>
|
||||
# include <cmath>
|
||||
|
||||
# ifdef Q_OS_WIN
|
||||
# include <dbt.h>
|
||||
# include <delayimp.h>
|
||||
# include <mmreg.h>
|
||||
# include <psapi.h>
|
||||
# include <qos2.h>
|
||||
# include <shellapi.h>
|
||||
# include <shlobj.h>
|
||||
# include <softpub.h>
|
||||
# include <tlhelp32.h>
|
||||
# include <wintrust.h>
|
||||
# include <ws2tcpip.h>
|
||||
# else // ifndef Q_OS_WIN
|
||||
# include <arpa/inet.h>
|
||||
# include <netinet/in.h>
|
||||
# include <netinet/tcp.h>
|
||||
# include <sys/socket.h>
|
||||
# include <sys/types.h>
|
||||
# endif
|
||||
|
||||
# if !defined(Q_OS_OPENBSD) && (defined(__MMX__) || defined(Q_OS_WIN))
|
||||
# include <mmintrin.h>
|
||||
# endif
|
||||
|
||||
# ifdef USE_ZEROCONF
|
||||
# include <dns_sd.h>
|
||||
# endif
|
||||
|
||||
# ifdef __OBJC__
|
||||
# define nil 0
|
||||
# endif
|
||||
|
||||
# include <openssl/aes.h>
|
||||
# include <openssl/conf.h>
|
||||
# include <openssl/pem.h>
|
||||
# include <openssl/pkcs12.h>
|
||||
# include <openssl/rand.h>
|
||||
# include <openssl/ssl.h>
|
||||
# include <openssl/x509v3.h>
|
||||
/* OpenSSL defines set_key. This breaks our protobuf-generated setters. */
|
||||
# undef set_key
|
||||
|
||||
# endif
|
||||
#endif
|
||||
@ -1,99 +0,0 @@
|
||||
// Copyright 2007-2022 The Mumble Developers. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file at the root of the
|
||||
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
|
||||
|
||||
#ifndef Q_MOC_RUN
|
||||
# ifndef MUMBLE_MURMUR_MURMUR_PCH_H_
|
||||
# define MUMBLE_MURMUR_MURMUR_PCH_H_
|
||||
|
||||
# include <QtCore/QtGlobal>
|
||||
|
||||
# ifdef Q_OS_WIN
|
||||
# include "win.h"
|
||||
# endif
|
||||
|
||||
# ifdef __APPLE__
|
||||
# include <CoreFoundation/CoreFoundation.h>
|
||||
# include <CoreServices/CoreServices.h>
|
||||
# undef check
|
||||
# undef TYPE_BOOL
|
||||
# endif
|
||||
|
||||
# include <QtCore/QtCore>
|
||||
# include <QtNetwork/QtNetwork>
|
||||
# include <QtSql/QtSql>
|
||||
# include <QtXml/QtXml>
|
||||
# ifdef USE_DBUS
|
||||
# include <QtDBus/QtDBus>
|
||||
# endif
|
||||
|
||||
# ifdef Q_OS_WIN
|
||||
# include <QtGui/QtGui>
|
||||
|
||||
# include <delayimp.h>
|
||||
# include <qos2.h>
|
||||
# include <shellapi.h>
|
||||
# include <ws2tcpip.h>
|
||||
|
||||
extern "C" {
|
||||
void __cpuid(int a[4], int b);
|
||||
};
|
||||
# endif
|
||||
|
||||
# ifdef Q_OS_UNIX
|
||||
# include <fcntl.h>
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# include <sys/resource.h>
|
||||
# include <sys/socket.h>
|
||||
# include <sys/stat.h>
|
||||
# include <sys/time.h>
|
||||
# include <sys/types.h>
|
||||
# include <syslog.h>
|
||||
# include <unistd.h>
|
||||
# ifdef Q_OS_LINUX
|
||||
# include <linux/types.h> // needed to work around evil magic stuff in capability.h
|
||||
# include <sys/capability.h>
|
||||
# include <sys/prctl.h>
|
||||
# endif
|
||||
# include <grp.h>
|
||||
# include <pwd.h>
|
||||
# if defined __FreeBSD__ || defined __OpenBSD__
|
||||
# include <netinet/in_systm.h>
|
||||
# endif
|
||||
# include <errno.h>
|
||||
# include <netinet/in.h>
|
||||
# include <netinet/ip.h>
|
||||
# include <poll.h>
|
||||
# include <signal.h>
|
||||
# ifdef Q_OS_DARWIN
|
||||
# include <poll.h>
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# include <cmath>
|
||||
|
||||
# include <boost/bind.hpp>
|
||||
# include <boost/function.hpp>
|
||||
# include <boost/shared_ptr.hpp>
|
||||
# include <boost/weak_ptr.hpp>
|
||||
|
||||
# ifdef USE_ZEROCONF
|
||||
# include <dns_sd.h>
|
||||
# endif
|
||||
|
||||
# include <openssl/aes.h>
|
||||
# include <openssl/bn.h>
|
||||
# include <openssl/conf.h>
|
||||
# include <openssl/err.h>
|
||||
# include <openssl/opensslv.h>
|
||||
# include <openssl/pem.h>
|
||||
# include <openssl/rand.h>
|
||||
# include <openssl/ssl.h>
|
||||
# include <openssl/x509v3.h>
|
||||
/* OpenSSL defines set_key. This breaks our protobuf-generated setters. */
|
||||
# undef set_key
|
||||
|
||||
# endif
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user