Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-03-23 08:26:15 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-09-12 01:13:35 +0300
commit5a07244a449592a143a628fde9b84846ee82e0ff (patch)
tree28d4f105d26c4bf86c89b2e98452b5fb77621013 /src
parent713b92c3c233f8f38200c4a458e0196d3d39a3b0 (diff)
Don't include PCH headers directly
According to Qt's documentation the PCH header doesn't need to be included. From https://doc.qt.io/qt-5/qmake-precompiledheaders.html: "To make your project use precompiled headers, you only need to define the PRECOMPILED_HEADER variable in your project file." "qmake will handle the rest, to ensure the creation and use of the precompiled header file. You do not need to include the precompiled header file in HEADERS, as qmake will do this if the configuration supports precompiled headers."
Diffstat (limited to 'src')
-rw-r--r--src/ACL.cpp2
-rw-r--r--src/Ban.cpp2
-rw-r--r--src/Channel.cpp2
-rw-r--r--src/Connection.cpp2
-rw-r--r--src/CryptState.cpp2
-rw-r--r--src/CryptographicHash.cpp2
-rw-r--r--src/CryptographicRandom.cpp2
-rw-r--r--src/FFDHE.cpp2
-rw-r--r--src/Group.cpp2
-rw-r--r--src/HTMLFilter.cpp2
-rw-r--r--src/HostAddress.cpp2
-rw-r--r--src/License.cpp2
-rw-r--r--src/LogEmitter.cpp2
-rw-r--r--src/Net.cpp2
-rw-r--r--src/OSInfo.cpp2
-rw-r--r--src/PasswordGenerator.cpp2
-rw-r--r--src/PlatformCheck.cpp2
-rw-r--r--src/SSL.cpp2
-rw-r--r--src/SSLCipherInfo.cpp2
-rw-r--r--src/SSLLocks.cpp2
-rw-r--r--src/SelfSignedCertificate.cpp2
-rw-r--r--src/ServerAddress.cpp2
-rw-r--r--src/ServerResolver_nosrv.cpp2
-rw-r--r--src/ServerResolver_qt5.cpp2
-rw-r--r--src/Timer.cpp2
-rw-r--r--src/UnresolvedServerAddress.cpp2
-rw-r--r--src/User.cpp2
-rw-r--r--src/Version.cpp2
-rw-r--r--src/mumble/ACLEditor.cpp2
-rw-r--r--src/mumble/ALSAAudio.cpp2
-rw-r--r--src/mumble/ASIOInput.cpp2
-rw-r--r--src/mumble/About.cpp2
-rw-r--r--src/mumble/AppNap.mm2
-rw-r--r--src/mumble/Audio.cpp2
-rw-r--r--src/mumble/AudioConfigDialog.cpp2
-rw-r--r--src/mumble/AudioInput.cpp2
-rw-r--r--src/mumble/AudioOutput.cpp2
-rw-r--r--src/mumble/AudioOutputSample.cpp2
-rw-r--r--src/mumble/AudioOutputSpeech.cpp2
-rw-r--r--src/mumble/AudioOutputUser.cpp2
-rw-r--r--src/mumble/AudioStats.cpp2
-rw-r--r--src/mumble/AudioWizard.cpp2
-rw-r--r--src/mumble/BanEditor.cpp2
-rw-r--r--src/mumble/BonjourClient.cpp2
-rw-r--r--src/mumble/CELTCodec.cpp2
-rw-r--r--src/mumble/CELTCodec_sbcelt.cpp4
-rw-r--r--src/mumble/Cert.cpp2
-rw-r--r--src/mumble/ClientUser.cpp2
-rw-r--r--src/mumble/ConfigDialog.cpp2
-rw-r--r--src/mumble/ConfigWidget.cpp2
-rw-r--r--src/mumble/ConnectDialog.cpp2
-rw-r--r--src/mumble/CoreAudio.cpp2
-rw-r--r--src/mumble/CrashReporter.cpp2
-rw-r--r--src/mumble/CustomElements.cpp2
-rw-r--r--src/mumble/DBus.cpp2
-rw-r--r--src/mumble/Database.cpp2
-rw-r--r--src/mumble/DeveloperConsole.cpp2
-rw-r--r--src/mumble/DirectSound.cpp2
-rw-r--r--src/mumble/G15LCDEngine_helper.cpp2
-rw-r--r--src/mumble/G15LCDEngine_helper.h2
-rw-r--r--src/mumble/G15LCDEngine_lglcd.cpp2
-rw-r--r--src/mumble/G15LCDEngine_lglcd.h2
-rw-r--r--src/mumble/G15LCDEngine_unix.cpp2
-rw-r--r--src/mumble/G15LCDEngine_unix.h2
-rw-r--r--src/mumble/GKey.cpp2
-rw-r--r--src/mumble/Global.cpp2
-rw-r--r--src/mumble/GlobalShortcut.cpp2
-rw-r--r--src/mumble/GlobalShortcut_macx.mm2
-rw-r--r--src/mumble/GlobalShortcut_unix.cpp2
-rw-r--r--src/mumble/GlobalShortcut_win.cpp2
-rw-r--r--src/mumble/LCD.cpp2
-rw-r--r--src/mumble/Log.cpp2
-rw-r--r--src/mumble/Log_macx.mm2
-rw-r--r--src/mumble/Log_unix.cpp2
-rw-r--r--src/mumble/Log_win.cpp2
-rw-r--r--src/mumble/LookConfig.cpp2
-rw-r--r--src/mumble/MainWindow.cpp2
-rw-r--r--src/mumble/Messages.cpp2
-rw-r--r--src/mumble/MumbleApplication.cpp2
-rw-r--r--src/mumble/NetworkConfig.cpp2
-rw-r--r--src/mumble/OSS.cpp2
-rw-r--r--src/mumble/OpusCodec.cpp2
-rw-r--r--src/mumble/Overlay.cpp2
-rw-r--r--src/mumble/OverlayClient.cpp2
-rw-r--r--src/mumble/OverlayConfig.cpp2
-rw-r--r--src/mumble/OverlayEditor.cpp2
-rw-r--r--src/mumble/OverlayEditorScene.cpp2
-rw-r--r--src/mumble/OverlayPositionableItem.cpp2
-rw-r--r--src/mumble/OverlayText.cpp2
-rw-r--r--src/mumble/OverlayUser.cpp2
-rw-r--r--src/mumble/OverlayUserGroup.cpp2
-rw-r--r--src/mumble/Overlay_macx.mm2
-rw-r--r--src/mumble/Overlay_unix.cpp2
-rw-r--r--src/mumble/Overlay_win.cpp2
-rw-r--r--src/mumble/PAAudio.cpp2
-rw-r--r--src/mumble/PTTButtonWidget.cpp2
-rw-r--r--src/mumble/PathListWidget.cpp2
-rw-r--r--src/mumble/Plugins.cpp2
-rw-r--r--src/mumble/PulseAudio.cpp2
-rw-r--r--src/mumble/RichTextEditor.cpp2
-rw-r--r--src/mumble/ServerHandler.cpp2
-rw-r--r--src/mumble/Settings.cpp2
-rw-r--r--src/mumble/SharedMemory.cpp2
-rw-r--r--src/mumble/SharedMemory_unix.cpp2
-rw-r--r--src/mumble/SharedMemory_win.cpp2
-rw-r--r--src/mumble/SocketRPC.cpp2
-rw-r--r--src/mumble/TaskList.cpp2
-rw-r--r--src/mumble/TextMessage.cpp2
-rw-r--r--src/mumble/TextToSpeech.cpp2
-rw-r--r--src/mumble/TextToSpeech_macx.mm2
-rw-r--r--src/mumble/TextToSpeech_unix.cpp2
-rw-r--r--src/mumble/TextToSpeech_win.cpp2
-rw-r--r--src/mumble/ThemeInfo.cpp2
-rw-r--r--src/mumble/Themes.cpp2
-rw-r--r--src/mumble/Tokens.cpp2
-rw-r--r--src/mumble/Usage.cpp2
-rw-r--r--src/mumble/UserEdit.cpp2
-rw-r--r--src/mumble/UserInformation.cpp2
-rw-r--r--src/mumble/UserListModel.cpp2
-rw-r--r--src/mumble/UserLocalVolumeDialog.cpp2
-rw-r--r--src/mumble/UserLockFile_win.cpp2
-rw-r--r--src/mumble/UserModel.cpp2
-rw-r--r--src/mumble/UserView.cpp2
-rw-r--r--src/mumble/VersionCheck.cpp2
-rw-r--r--src/mumble/ViewCert.cpp2
-rw-r--r--src/mumble/VoiceRecorder.cpp2
-rw-r--r--src/mumble/VoiceRecorderDialog.cpp2
-rw-r--r--src/mumble/WASAPI.cpp2
-rw-r--r--src/mumble/WASAPINotificationClient.cpp2
-rw-r--r--src/mumble/WebFetch.cpp2
-rw-r--r--src/mumble/XboxInput.cpp2
-rw-r--r--src/mumble/main.cpp2
-rw-r--r--src/mumble/murmur_pch.h2
-rw-r--r--src/mumble/os_macx.mm2
-rw-r--r--src/mumble/os_unix.cpp2
-rw-r--r--src/mumble/os_win.cpp2
-rw-r--r--src/mumble/widgets/MUComboBox.cpp2
-rw-r--r--src/murmur/About.cpp2
-rw-r--r--src/murmur/BonjourServer.cpp2
-rw-r--r--src/murmur/Cert.cpp2
-rw-r--r--src/murmur/DBus.cpp2
-rw-r--r--src/murmur/Messages.cpp2
-rw-r--r--src/murmur/Meta.cpp2
-rw-r--r--src/murmur/MurmurGRPCImpl.cpp2
-rw-r--r--src/murmur/MurmurIce.cpp2
-rw-r--r--src/murmur/PBKDF2.cpp2
-rw-r--r--src/murmur/RPC.cpp2
-rw-r--r--src/murmur/Register.cpp2
-rw-r--r--src/murmur/Server.cpp2
-rw-r--r--src/murmur/ServerDB.cpp2
-rw-r--r--src/murmur/ServerUser.cpp2
-rw-r--r--src/murmur/Tray.cpp2
-rw-r--r--src/murmur/UnixMurmur.cpp2
-rw-r--r--src/murmur/main.cpp2
-rw-r--r--src/tests/TestCrypt/TestCrypt.cpp3
-rw-r--r--src/tests/test.pri9
156 files changed, 1 insertions, 321 deletions
diff --git a/src/ACL.cpp b/src/ACL.cpp
index c9de31cbe..cbe7f02ae 100644
--- a/src/ACL.cpp
+++ b/src/ACL.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "ACL.h"
#include "Channel.h"
#include "Group.h"
diff --git a/src/Ban.cpp b/src/Ban.cpp
index 5c14ae086..8413e55a4 100644
--- a/src/Ban.cpp
+++ b/src/Ban.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Ban.h"
bool Ban::isExpired() const {
diff --git a/src/Channel.cpp b/src/Channel.cpp
index 658c4d24e..86af34286 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Channel.h"
#include "User.h"
#include "Group.h"
diff --git a/src/Connection.cpp b/src/Connection.cpp
index 4c07c54de..49958e6d1 100644
--- a/src/Connection.cpp
+++ b/src/Connection.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#ifdef Q_OS_UNIX
#include <sys/socket.h>
#include <sys/types.h>
diff --git a/src/CryptState.cpp b/src/CryptState.cpp
index fbe97c5af..6f3da144f 100644
--- a/src/CryptState.cpp
+++ b/src/CryptState.cpp
@@ -12,8 +12,6 @@
* OCB with something else or get yourself a license.
*/
-#include "murmur_pch.h"
-
#include "CryptState.h"
#include "ByteSwap.h"
diff --git a/src/CryptographicHash.cpp b/src/CryptographicHash.cpp
index 280979d1c..ca80b46ae 100644
--- a/src/CryptographicHash.cpp
+++ b/src/CryptographicHash.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "CryptographicHash.h"
class CryptographicHashPrivate {
diff --git a/src/CryptographicRandom.cpp b/src/CryptographicRandom.cpp
index 5dbfa9853..9be17d78d 100644
--- a/src/CryptographicRandom.cpp
+++ b/src/CryptographicRandom.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "CryptographicRandom.h"
#include "arc4random_uniform.h"
diff --git a/src/FFDHE.cpp b/src/FFDHE.cpp
index 6d290fd18..92135329f 100644
--- a/src/FFDHE.cpp
+++ b/src/FFDHE.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "FFDHE.h"
#include "FFDHETable.h"
diff --git a/src/Group.cpp b/src/Group.cpp
index a9d6ab6b7..a5e471d91 100644
--- a/src/Group.cpp
+++ b/src/Group.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Group.h"
#include "Channel.h"
diff --git a/src/HTMLFilter.cpp b/src/HTMLFilter.cpp
index 2c7b982b3..43adea591 100644
--- a/src/HTMLFilter.cpp
+++ b/src/HTMLFilter.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "HTMLFilter.h"
QString HTMLFilter::escapeTags(const QString &in) {
diff --git a/src/HostAddress.cpp b/src/HostAddress.cpp
index f0b8ced07..de2c70869 100644
--- a/src/HostAddress.cpp
+++ b/src/HostAddress.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "HostAddress.h"
#include "ByteSwap.h"
diff --git a/src/License.cpp b/src/License.cpp
index a27c98988..ecc490535 100644
--- a/src/License.cpp
+++ b/src/License.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "License.h"
#include "licenses.h"
diff --git a/src/LogEmitter.cpp b/src/LogEmitter.cpp
index 3791f1b37..3363d3e58 100644
--- a/src/LogEmitter.cpp
+++ b/src/LogEmitter.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "LogEmitter.h"
LogEmitter::LogEmitter(QObject *p) : QObject(p) {
diff --git a/src/Net.cpp b/src/Net.cpp
index 53884f6c7..2794e4b0d 100644
--- a/src/Net.cpp
+++ b/src/Net.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Net.h"
#include "HostAddress.h"
diff --git a/src/OSInfo.cpp b/src/OSInfo.cpp
index 79284d1a7..8afd8c644 100644
--- a/src/OSInfo.cpp
+++ b/src/OSInfo.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#if defined(Q_OS_WIN)
#include <intrin.h>
#endif
diff --git a/src/PasswordGenerator.cpp b/src/PasswordGenerator.cpp
index 0f4c76840..5b10b1c76 100644
--- a/src/PasswordGenerator.cpp
+++ b/src/PasswordGenerator.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "CryptographicRandom.h"
#include "PasswordGenerator.h"
diff --git a/src/PlatformCheck.cpp b/src/PlatformCheck.cpp
index 8ade8aec8..e3669c690 100644
--- a/src/PlatformCheck.cpp
+++ b/src/PlatformCheck.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include <QtCore/QLibrary>
#include "PlatformCheck.h"
diff --git a/src/SSL.cpp b/src/SSL.cpp
index 9b369f87e..a587f9ce2 100644
--- a/src/SSL.cpp
+++ b/src/SSL.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "SSL.h"
#include "SSLLocks.h"
diff --git a/src/SSLCipherInfo.cpp b/src/SSLCipherInfo.cpp
index d588d6ebc..133294288 100644
--- a/src/SSLCipherInfo.cpp
+++ b/src/SSLCipherInfo.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "SSLCipherInfo.h"
// Include SSLCipherInfoTable generated by 'cipherinfo.py'.
diff --git a/src/SSLLocks.cpp b/src/SSLLocks.cpp
index 1f15365a4..07c121c54 100644
--- a/src/SSLLocks.cpp
+++ b/src/SSLLocks.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "SSLLocks.h"
static QMutex **locks = NULL;
diff --git a/src/SelfSignedCertificate.cpp b/src/SelfSignedCertificate.cpp
index a29c7782f..642e9ca2d 100644
--- a/src/SelfSignedCertificate.cpp
+++ b/src/SelfSignedCertificate.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "SelfSignedCertificate.h"
#define SSL_STRING(x) QString::fromLatin1(x).toUtf8().data()
diff --git a/src/ServerAddress.cpp b/src/ServerAddress.cpp
index ba1aa5187..cc5f2c909 100644
--- a/src/ServerAddress.cpp
+++ b/src/ServerAddress.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "ServerAddress.h"
ServerAddress::ServerAddress()
diff --git a/src/ServerResolver_nosrv.cpp b/src/ServerResolver_nosrv.cpp
index ef2076308..07b62bdfb 100644
--- a/src/ServerResolver_nosrv.cpp
+++ b/src/ServerResolver_nosrv.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "ServerResolver.h"
#include <QtNetwork/QHostInfo>
diff --git a/src/ServerResolver_qt5.cpp b/src/ServerResolver_qt5.cpp
index 543c3c8d7..299ba6a07 100644
--- a/src/ServerResolver_qt5.cpp
+++ b/src/ServerResolver_qt5.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "ServerResolver.h"
#include <QtNetwork/QDnsLookup>
diff --git a/src/Timer.cpp b/src/Timer.cpp
index 15a04e42f..422300927 100644
--- a/src/Timer.cpp
+++ b/src/Timer.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include <boost/version.hpp>
// Not all Boost versions can use a header-only
diff --git a/src/UnresolvedServerAddress.cpp b/src/UnresolvedServerAddress.cpp
index 3fc89a18a..4b634d144 100644
--- a/src/UnresolvedServerAddress.cpp
+++ b/src/UnresolvedServerAddress.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "UnresolvedServerAddress.h"
UnresolvedServerAddress::UnresolvedServerAddress()
diff --git a/src/User.cpp b/src/User.cpp
index 7af321599..4e127880f 100644
--- a/src/User.cpp
+++ b/src/User.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "User.h"
#include "Channel.h"
diff --git a/src/Version.cpp b/src/Version.cpp
index 7d6b546b9..381187f0c 100644
--- a/src/Version.cpp
+++ b/src/Version.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Version.h"
unsigned int MumbleVersion::getRaw(const QString &version) {
diff --git a/src/mumble/ACLEditor.cpp b/src/mumble/ACLEditor.cpp
index eac63f3b0..a21281f5c 100644
--- a/src/mumble/ACLEditor.cpp
+++ b/src/mumble/ACLEditor.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ACLEditor.h"
#include "ACL.h"
diff --git a/src/mumble/ALSAAudio.cpp b/src/mumble/ALSAAudio.cpp
index e468b4240..67420b42a 100644
--- a/src/mumble/ALSAAudio.cpp
+++ b/src/mumble/ALSAAudio.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include <alsa/asoundlib.h>
#include <sys/poll.h>
diff --git a/src/mumble/ASIOInput.cpp b/src/mumble/ASIOInput.cpp
index 183e3eb87..385c18da1 100644
--- a/src/mumble/ASIOInput.cpp
+++ b/src/mumble/ASIOInput.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ASIOInput.h"
#include "MainWindow.h"
diff --git a/src/mumble/About.cpp b/src/mumble/About.cpp
index 23de1e028..42304f8a4 100644
--- a/src/mumble/About.cpp
+++ b/src/mumble/About.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "About.h"
#include "MainWindow.h"
diff --git a/src/mumble/AppNap.mm b/src/mumble/AppNap.mm
index cd47ff509..bf42306cd 100644
--- a/src/mumble/AppNap.mm
+++ b/src/mumble/AppNap.mm
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
static bool appNapSuppressed = false;
#endif
diff --git a/src/mumble/Audio.cpp b/src/mumble/Audio.cpp
index 7ec9f71d4..8247c26e7 100644
--- a/src/mumble/Audio.cpp
+++ b/src/mumble/Audio.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Audio.h"
#include "AudioInput.h"
diff --git a/src/mumble/AudioConfigDialog.cpp b/src/mumble/AudioConfigDialog.cpp
index bb7799eee..f4fc526cd 100644
--- a/src/mumble/AudioConfigDialog.cpp
+++ b/src/mumble/AudioConfigDialog.cpp
@@ -34,8 +34,6 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "mumble_pch.hpp"
-
#include "AudioConfigDialog.h"
#include "AudioInput.h"
diff --git a/src/mumble/AudioInput.cpp b/src/mumble/AudioInput.cpp
index e4b158d1d..034187759 100644
--- a/src/mumble/AudioInput.cpp
+++ b/src/mumble/AudioInput.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioInput.h"
#include "AudioOutput.h"
diff --git a/src/mumble/AudioOutput.cpp b/src/mumble/AudioOutput.cpp
index 229df2916..f95a9c571 100644
--- a/src/mumble/AudioOutput.cpp
+++ b/src/mumble/AudioOutput.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioOutput.h"
#include "AudioInput.h"
diff --git a/src/mumble/AudioOutputSample.cpp b/src/mumble/AudioOutputSample.cpp
index 459c0b93b..5a85425a4 100644
--- a/src/mumble/AudioOutputSample.cpp
+++ b/src/mumble/AudioOutputSample.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioOutputSample.h"
#include "Audio.h"
diff --git a/src/mumble/AudioOutputSpeech.cpp b/src/mumble/AudioOutputSpeech.cpp
index fb653a992..5b7c741f3 100644
--- a/src/mumble/AudioOutputSpeech.cpp
+++ b/src/mumble/AudioOutputSpeech.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioOutputSpeech.h"
#include "Audio.h"
diff --git a/src/mumble/AudioOutputUser.cpp b/src/mumble/AudioOutputUser.cpp
index fbff4378a..4f7c852ef 100644
--- a/src/mumble/AudioOutputUser.cpp
+++ b/src/mumble/AudioOutputUser.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioOutputUser.h"
AudioOutputUser::AudioOutputUser(const QString& name) : qsName(name) {
diff --git a/src/mumble/AudioStats.cpp b/src/mumble/AudioStats.cpp
index 6ba0552fd..497ebac1e 100644
--- a/src/mumble/AudioStats.cpp
+++ b/src/mumble/AudioStats.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioStats.h"
#include "AudioInput.h"
diff --git a/src/mumble/AudioWizard.cpp b/src/mumble/AudioWizard.cpp
index 9ed95a095..e804c7ac3 100644
--- a/src/mumble/AudioWizard.cpp
+++ b/src/mumble/AudioWizard.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "AudioWizard.h"
#include "AudioInput.h"
diff --git a/src/mumble/BanEditor.cpp b/src/mumble/BanEditor.cpp
index 38ba3b518..15127893c 100644
--- a/src/mumble/BanEditor.cpp
+++ b/src/mumble/BanEditor.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "BanEditor.h"
#include "Channel.h"
diff --git a/src/mumble/BonjourClient.cpp b/src/mumble/BonjourClient.cpp
index 4d826945f..c260a0508 100644
--- a/src/mumble/BonjourClient.cpp
+++ b/src/mumble/BonjourClient.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "BonjourClient.h"
#include "BonjourServiceBrowser.h"
diff --git a/src/mumble/CELTCodec.cpp b/src/mumble/CELTCodec.cpp
index c95fee580..8935d0af8 100644
--- a/src/mumble/CELTCodec.cpp
+++ b/src/mumble/CELTCodec.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "CELTCodec.h"
#include "Audio.h"
diff --git a/src/mumble/CELTCodec_sbcelt.cpp b/src/mumble/CELTCodec_sbcelt.cpp
index 2ad62d8ed..963ca3a13 100644
--- a/src/mumble/CELTCodec_sbcelt.cpp
+++ b/src/mumble/CELTCodec_sbcelt.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "CELTCodec.h"
#include "Audio.h"
@@ -71,4 +69,4 @@ int CELTCodecSBCELT::encode(CELTEncoder *st, const celt_int16 *pcm, unsigned cha
int CELTCodecSBCELT::decode_float(CELTDecoder *st, const unsigned char *data, int len, float *pcm) {
return ::sbcelt_decode_float(st, data, len, pcm);
-} \ No newline at end of file
+}
diff --git a/src/mumble/Cert.cpp b/src/mumble/Cert.cpp
index 43f5b9fc0..f417ad6db 100644
--- a/src/mumble/Cert.cpp
+++ b/src/mumble/Cert.cpp
@@ -11,8 +11,6 @@
# pragma GCC diagnostic ignored "-Wold-style-cast"
#endif
-#include "mumble_pch.hpp"
-
#include "Cert.h"
#include "Global.h"
diff --git a/src/mumble/ClientUser.cpp b/src/mumble/ClientUser.cpp
index 50e7ca8df..f908a7d63 100644
--- a/src/mumble/ClientUser.cpp
+++ b/src/mumble/ClientUser.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ClientUser.h"
#include "Channel.h"
diff --git a/src/mumble/ConfigDialog.cpp b/src/mumble/ConfigDialog.cpp
index 36530c784..95d2a71a8 100644
--- a/src/mumble/ConfigDialog.cpp
+++ b/src/mumble/ConfigDialog.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ConfigDialog.h"
#include "AudioInput.h"
diff --git a/src/mumble/ConfigWidget.cpp b/src/mumble/ConfigWidget.cpp
index 901e21d98..e567a2438 100644
--- a/src/mumble/ConfigWidget.cpp
+++ b/src/mumble/ConfigWidget.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ConfigWidget.h"
QMap<int, ConfigWidgetNew> *ConfigRegistrar::c_qmNew;
diff --git a/src/mumble/ConnectDialog.cpp b/src/mumble/ConnectDialog.cpp
index 428020dfe..f65ad1065 100644
--- a/src/mumble/ConnectDialog.cpp
+++ b/src/mumble/ConnectDialog.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ConnectDialog.h"
#ifdef USE_BONJOUR
diff --git a/src/mumble/CoreAudio.cpp b/src/mumble/CoreAudio.cpp
index 5c7cfc6d4..b1bc92238 100644
--- a/src/mumble/CoreAudio.cpp
+++ b/src/mumble/CoreAudio.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "CoreAudio.h"
#include "User.h"
diff --git a/src/mumble/CrashReporter.cpp b/src/mumble/CrashReporter.cpp
index d526a5579..26ce3c454 100644
--- a/src/mumble/CrashReporter.cpp
+++ b/src/mumble/CrashReporter.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "CrashReporter.h"
#include "Global.h"
diff --git a/src/mumble/CustomElements.cpp b/src/mumble/CustomElements.cpp
index b12d5208b..c9478f24f 100644
--- a/src/mumble/CustomElements.cpp
+++ b/src/mumble/CustomElements.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "CustomElements.h"
#include "ClientUser.h"
diff --git a/src/mumble/DBus.cpp b/src/mumble/DBus.cpp
index 6fcde04bc..414b2563b 100644
--- a/src/mumble/DBus.cpp
+++ b/src/mumble/DBus.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "DBus.h"
#include "Channel.h"
diff --git a/src/mumble/Database.cpp b/src/mumble/Database.cpp
index b59678c4b..8cee30dae 100644
--- a/src/mumble/Database.cpp
+++ b/src/mumble/Database.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Database.h"
#include "Global.h"
diff --git a/src/mumble/DeveloperConsole.cpp b/src/mumble/DeveloperConsole.cpp
index 1b676440b..2c65a01e7 100644
--- a/src/mumble/DeveloperConsole.cpp
+++ b/src/mumble/DeveloperConsole.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "DeveloperConsole.h"
#include "LogEmitter.h"
diff --git a/src/mumble/DirectSound.cpp b/src/mumble/DirectSound.cpp
index 2185e2bec..fce35247d 100644
--- a/src/mumble/DirectSound.cpp
+++ b/src/mumble/DirectSound.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#define DIRECTSOUND_VERSION 0x1000
#include <mmsystem.h>
diff --git a/src/mumble/G15LCDEngine_helper.cpp b/src/mumble/G15LCDEngine_helper.cpp
index 19417089e..0b0faceb3 100644
--- a/src/mumble/G15LCDEngine_helper.cpp
+++ b/src/mumble/G15LCDEngine_helper.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "G15LCDEngine_helper.h"
#include "MumbleApplication.h"
diff --git a/src/mumble/G15LCDEngine_helper.h b/src/mumble/G15LCDEngine_helper.h
index e43f972a1..843e99e41 100644
--- a/src/mumble/G15LCDEngine_helper.h
+++ b/src/mumble/G15LCDEngine_helper.h
@@ -5,8 +5,6 @@
#ifndef MUMBLE_MUMBLE_G15LCDENGINE_HELPER_H_
#define MUMBLE_MUMBLE_G15LCDENGINE_HELPER_H_
-
-#include "mumble_pch.hpp"
#include "LCD.h"
#include "../../g15helper/g15helper.h"
diff --git a/src/mumble/G15LCDEngine_lglcd.cpp b/src/mumble/G15LCDEngine_lglcd.cpp
index 7784d69d1..814738dcd 100644
--- a/src/mumble/G15LCDEngine_lglcd.cpp
+++ b/src/mumble/G15LCDEngine_lglcd.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "G15LCDEngine_lglcd.h"
#define G15_MAX_DEV 5
diff --git a/src/mumble/G15LCDEngine_lglcd.h b/src/mumble/G15LCDEngine_lglcd.h
index 6855177fe..c3e7cb24d 100644
--- a/src/mumble/G15LCDEngine_lglcd.h
+++ b/src/mumble/G15LCDEngine_lglcd.h
@@ -5,8 +5,6 @@
#ifndef MUMBLE_MUMBLE_G15LCDENGINE_LGLCD_H_
#define MUMBLE_MUMBLE_G15LCDENGINE_LGLCD_H_
-
-#include "mumble_pch.hpp"
#include "LCD.h"
#include "../../g15helper/g15helper.h"
diff --git a/src/mumble/G15LCDEngine_unix.cpp b/src/mumble/G15LCDEngine_unix.cpp
index cd4748bbb..63eebe760 100644
--- a/src/mumble/G15LCDEngine_unix.cpp
+++ b/src/mumble/G15LCDEngine_unix.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include <G15LCDEngine_unix.h>
static LCDEngine *G15LCDEngineNew() {
diff --git a/src/mumble/G15LCDEngine_unix.h b/src/mumble/G15LCDEngine_unix.h
index cba95ee45..f2070ef9b 100644
--- a/src/mumble/G15LCDEngine_unix.h
+++ b/src/mumble/G15LCDEngine_unix.h
@@ -5,8 +5,6 @@
#ifndef MUMBLE_MUMBLE_G15LCDENGINE_UNIX_H_
#define MUMBLE_MUMBLE_G15LCDENGINE_UNIX_H_
-
-#include "mumble_pch.hpp"
#include "LCD.h"
#include <g15daemon_client.h>
diff --git a/src/mumble/GKey.cpp b/src/mumble/GKey.cpp
index ceddb5284..d99a9e109 100644
--- a/src/mumble/GKey.cpp
+++ b/src/mumble/GKey.cpp
@@ -65,8 +65,6 @@
* unless mumble is the active window.
*/
-#include "mumble_pch.hpp"
-
#include "GKey.h"
#ifdef Q_CC_GNU
diff --git a/src/mumble/Global.cpp b/src/mumble/Global.cpp
index f10846b6e..1c4039d7d 100644
--- a/src/mumble/Global.cpp
+++ b/src/mumble/Global.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Global.h"
Global *Global::g_global_struct;
diff --git a/src/mumble/GlobalShortcut.cpp b/src/mumble/GlobalShortcut.cpp
index 804c3eb1a..20be5d329 100644
--- a/src/mumble/GlobalShortcut.cpp
+++ b/src/mumble/GlobalShortcut.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "GlobalShortcut.h"
#include "AudioInput.h"
diff --git a/src/mumble/GlobalShortcut_macx.mm b/src/mumble/GlobalShortcut_macx.mm
index 7a04566df..6d5367dac 100644
--- a/src/mumble/GlobalShortcut_macx.mm
+++ b/src/mumble/GlobalShortcut_macx.mm
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#import <AppKit/AppKit.h>
#import <Carbon/Carbon.h>
diff --git a/src/mumble/GlobalShortcut_unix.cpp b/src/mumble/GlobalShortcut_unix.cpp
index e7516d4b6..e900f34f8 100644
--- a/src/mumble/GlobalShortcut_unix.cpp
+++ b/src/mumble/GlobalShortcut_unix.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "GlobalShortcut_unix.h"
#include "Global.h"
diff --git a/src/mumble/GlobalShortcut_win.cpp b/src/mumble/GlobalShortcut_win.cpp
index 784620887..f6b82cd34 100644
--- a/src/mumble/GlobalShortcut_win.cpp
+++ b/src/mumble/GlobalShortcut_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
// MinGW does not support std::future/std::promise
// at present. Use Boost's implementation for now.
#define BOOST_THREAD_VERSION 4
diff --git a/src/mumble/LCD.cpp b/src/mumble/LCD.cpp
index c69c3c3df..d564c2568 100644
--- a/src/mumble/LCD.cpp
+++ b/src/mumble/LCD.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "LCD.h"
#include "ClientUser.h"
diff --git a/src/mumble/Log.cpp b/src/mumble/Log.cpp
index c074773d8..8ffb3e777 100644
--- a/src/mumble/Log.cpp
+++ b/src/mumble/Log.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Log.h"
#include "AudioOutput.h"
diff --git a/src/mumble/Log_macx.mm b/src/mumble/Log_macx.mm
index b8df8238c..9bdcfc33b 100644
--- a/src/mumble/Log_macx.mm
+++ b/src/mumble/Log_macx.mm
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Log.h"
#include "Global.h"
diff --git a/src/mumble/Log_unix.cpp b/src/mumble/Log_unix.cpp
index ce8fad87a..cf48e8d86 100644
--- a/src/mumble/Log_unix.cpp
+++ b/src/mumble/Log_unix.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Log.h"
#include "MainWindow.h"
#include "Settings.h"
diff --git a/src/mumble/Log_win.cpp b/src/mumble/Log_win.cpp
index afd9c0272..2703d39ad 100644
--- a/src/mumble/Log_win.cpp
+++ b/src/mumble/Log_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Log.h"
void Log::postNotification(MsgType mt, const QString &plain) {
diff --git a/src/mumble/LookConfig.cpp b/src/mumble/LookConfig.cpp
index ae7554b71..7ca771f39 100644
--- a/src/mumble/LookConfig.cpp
+++ b/src/mumble/LookConfig.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "LookConfig.h"
#include "Themes.h"
diff --git a/src/mumble/MainWindow.cpp b/src/mumble/MainWindow.cpp
index eeb62d263..79a728f09 100644
--- a/src/mumble/MainWindow.cpp
+++ b/src/mumble/MainWindow.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "MainWindow.h"
#include "About.h"
diff --git a/src/mumble/Messages.cpp b/src/mumble/Messages.cpp
index 403dae42d..6ef55e701 100644
--- a/src/mumble/Messages.cpp
+++ b/src/mumble/Messages.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "About.h"
#include "ACLEditor.h"
#include "AudioInput.h"
diff --git a/src/mumble/MumbleApplication.cpp b/src/mumble/MumbleApplication.cpp
index 902e0609a..6482a13c6 100644
--- a/src/mumble/MumbleApplication.cpp
+++ b/src/mumble/MumbleApplication.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "MumbleApplication.h"
#include "MainWindow.h"
diff --git a/src/mumble/NetworkConfig.cpp b/src/mumble/NetworkConfig.cpp
index 1ea72d6d4..119d672f6 100644
--- a/src/mumble/NetworkConfig.cpp
+++ b/src/mumble/NetworkConfig.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "NetworkConfig.h"
#include "MainWindow.h"
diff --git a/src/mumble/OSS.cpp b/src/mumble/OSS.cpp
index 4edc6caa3..9ceafcb85 100644
--- a/src/mumble/OSS.cpp
+++ b/src/mumble/OSS.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OSS.h"
#include <sys/soundcard.h>
diff --git a/src/mumble/OpusCodec.cpp b/src/mumble/OpusCodec.cpp
index 2b57e9c29..fdaf58604 100644
--- a/src/mumble/OpusCodec.cpp
+++ b/src/mumble/OpusCodec.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OpusCodec.h"
#include "Audio.h"
diff --git a/src/mumble/Overlay.cpp b/src/mumble/Overlay.cpp
index 38e2bfc43..51093fd2e 100644
--- a/src/mumble/Overlay.cpp
+++ b/src/mumble/Overlay.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Overlay.h"
#include "OverlayClient.h"
diff --git a/src/mumble/OverlayClient.cpp b/src/mumble/OverlayClient.cpp
index c0a755944..ba69582c0 100644
--- a/src/mumble/OverlayClient.cpp
+++ b/src/mumble/OverlayClient.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayClient.h"
#include "OverlayPositionableItem.h"
#include "OverlayEditor.h"
diff --git a/src/mumble/OverlayConfig.cpp b/src/mumble/OverlayConfig.cpp
index c8de04b64..0426fcb3d 100644
--- a/src/mumble/OverlayConfig.cpp
+++ b/src/mumble/OverlayConfig.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayConfig.h"
#include "Overlay.h"
diff --git a/src/mumble/OverlayEditor.cpp b/src/mumble/OverlayEditor.cpp
index 5b3654ea4..e853f3bde 100644
--- a/src/mumble/OverlayEditor.cpp
+++ b/src/mumble/OverlayEditor.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayEditor.h"
#include "OverlayClient.h"
diff --git a/src/mumble/OverlayEditorScene.cpp b/src/mumble/OverlayEditorScene.cpp
index be149f4ef..0c940f2d9 100644
--- a/src/mumble/OverlayEditorScene.cpp
+++ b/src/mumble/OverlayEditorScene.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayEditorScene.h"
#include "OverlayClient.h"
diff --git a/src/mumble/OverlayPositionableItem.cpp b/src/mumble/OverlayPositionableItem.cpp
index db5c0e4a8..0de215122 100644
--- a/src/mumble/OverlayPositionableItem.cpp
+++ b/src/mumble/OverlayPositionableItem.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayPositionableItem.h"
OverlayPositionableItem::OverlayPositionableItem(QRectF *posPtr, const bool isPositionable)
diff --git a/src/mumble/OverlayText.cpp b/src/mumble/OverlayText.cpp
index 3ece1713c..4d9258963 100644
--- a/src/mumble/OverlayText.cpp
+++ b/src/mumble/OverlayText.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayText.h"
#include "Global.h"
diff --git a/src/mumble/OverlayUser.cpp b/src/mumble/OverlayUser.cpp
index bb7f464c5..43a0f0db3 100644
--- a/src/mumble/OverlayUser.cpp
+++ b/src/mumble/OverlayUser.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayUser.h"
#include "OverlayText.h"
diff --git a/src/mumble/OverlayUserGroup.cpp b/src/mumble/OverlayUserGroup.cpp
index 133e930c0..b4e64873a 100644
--- a/src/mumble/OverlayUserGroup.cpp
+++ b/src/mumble/OverlayUserGroup.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "OverlayUserGroup.h"
#include "OverlayUser.h"
diff --git a/src/mumble/Overlay_macx.mm b/src/mumble/Overlay_macx.mm
index 0167f0dd4..9313ce8e9 100644
--- a/src/mumble/Overlay_macx.mm
+++ b/src/mumble/Overlay_macx.mm
@@ -2,8 +2,6 @@
// 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>.
-
-#include "mumble_pch.hpp"
#import <ScriptingBridge/ScriptingBridge.h>
#import <Cocoa/Cocoa.h>
#include <Carbon/Carbon.h>
diff --git a/src/mumble/Overlay_unix.cpp b/src/mumble/Overlay_unix.cpp
index 2fe7a4caa..dc27b3216 100644
--- a/src/mumble/Overlay_unix.cpp
+++ b/src/mumble/Overlay_unix.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Overlay.h"
#include "OverlayConfig.h"
diff --git a/src/mumble/Overlay_win.cpp b/src/mumble/Overlay_win.cpp
index 56666f50c..3bf86d14a 100644
--- a/src/mumble/Overlay_win.cpp
+++ b/src/mumble/Overlay_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Overlay.h"
#include "User.h"
diff --git a/src/mumble/PAAudio.cpp b/src/mumble/PAAudio.cpp
index 873a8667d..988b35f27 100644
--- a/src/mumble/PAAudio.cpp
+++ b/src/mumble/PAAudio.cpp
@@ -34,8 +34,6 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "mumble_pch.hpp"
-
#include "PAAudio.h"
#include "Global.h"
diff --git a/src/mumble/PTTButtonWidget.cpp b/src/mumble/PTTButtonWidget.cpp
index 0957e929d..9595f3cd3 100644
--- a/src/mumble/PTTButtonWidget.cpp
+++ b/src/mumble/PTTButtonWidget.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "PTTButtonWidget.h"
#include "Global.h"
diff --git a/src/mumble/PathListWidget.cpp b/src/mumble/PathListWidget.cpp
index 8394db76d..d5a1af5a5 100644
--- a/src/mumble/PathListWidget.cpp
+++ b/src/mumble/PathListWidget.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "PathListWidget.h"
#include <QDragEnterEvent>
diff --git a/src/mumble/Plugins.cpp b/src/mumble/Plugins.cpp
index 040163f1b..cd6b34a17 100644
--- a/src/mumble/Plugins.cpp
+++ b/src/mumble/Plugins.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Plugins.h"
#include "Log.h"
diff --git a/src/mumble/PulseAudio.cpp b/src/mumble/PulseAudio.cpp
index 0dd54ac4d..02c53bd66 100644
--- a/src/mumble/PulseAudio.cpp
+++ b/src/mumble/PulseAudio.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "PulseAudio.h"
#include "MainWindow.h"
diff --git a/src/mumble/RichTextEditor.cpp b/src/mumble/RichTextEditor.cpp
index a2fb1e72a..dca12a181 100644
--- a/src/mumble/RichTextEditor.cpp
+++ b/src/mumble/RichTextEditor.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "RichTextEditor.h"
#include "Log.h"
diff --git a/src/mumble/ServerHandler.cpp b/src/mumble/ServerHandler.cpp
index 116b03e13..261f6d1d8 100644
--- a/src/mumble/ServerHandler.cpp
+++ b/src/mumble/ServerHandler.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ServerHandler.h"
#include "AudioInput.h"
diff --git a/src/mumble/Settings.cpp b/src/mumble/Settings.cpp
index dbb9ab596..46813f995 100644
--- a/src/mumble/Settings.cpp
+++ b/src/mumble/Settings.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Settings.h"
#include "AudioInput.h"
diff --git a/src/mumble/SharedMemory.cpp b/src/mumble/SharedMemory.cpp
index 8ca323f59..b5c5dc5bd 100644
--- a/src/mumble/SharedMemory.cpp
+++ b/src/mumble/SharedMemory.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "SharedMemory.h"
unsigned int SharedMemory2::uiIndex = 0;
diff --git a/src/mumble/SharedMemory_unix.cpp b/src/mumble/SharedMemory_unix.cpp
index abd5ad08f..73022fe65 100644
--- a/src/mumble/SharedMemory_unix.cpp
+++ b/src/mumble/SharedMemory_unix.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "SharedMemory.h"
#include <sys/types.h>
diff --git a/src/mumble/SharedMemory_win.cpp b/src/mumble/SharedMemory_win.cpp
index 044932d55..70698cb1a 100644
--- a/src/mumble/SharedMemory_win.cpp
+++ b/src/mumble/SharedMemory_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "SharedMemory.h"
#ifndef _WIN32_WINNT
diff --git a/src/mumble/SocketRPC.cpp b/src/mumble/SocketRPC.cpp
index 900361c8a..e8d46172b 100644
--- a/src/mumble/SocketRPC.cpp
+++ b/src/mumble/SocketRPC.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "SocketRPC.h"
#include "Channel.h"
diff --git a/src/mumble/TaskList.cpp b/src/mumble/TaskList.cpp
index f619683d4..c48f80921 100644
--- a/src/mumble/TaskList.cpp
+++ b/src/mumble/TaskList.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "TaskList.h"
#include <shobjidl.h>
diff --git a/src/mumble/TextMessage.cpp b/src/mumble/TextMessage.cpp
index 039d10f7b..5614e2814 100644
--- a/src/mumble/TextMessage.cpp
+++ b/src/mumble/TextMessage.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "TextMessage.h"
TextMessage::TextMessage(QWidget *p, QString title, bool bChannel) : QDialog(p) {
diff --git a/src/mumble/TextToSpeech.cpp b/src/mumble/TextToSpeech.cpp
index f4cea8f31..39d970d8a 100644
--- a/src/mumble/TextToSpeech.cpp
+++ b/src/mumble/TextToSpeech.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "TextToSpeech.h"
#include <QTextToSpeech>
diff --git a/src/mumble/TextToSpeech_macx.mm b/src/mumble/TextToSpeech_macx.mm
index e68910a21..b7901e2d9 100644
--- a/src/mumble/TextToSpeech_macx.mm
+++ b/src/mumble/TextToSpeech_macx.mm
@@ -38,8 +38,6 @@
#import <AppKit/AppKit.h>
-#include "mumble_pch.hpp"
-
#include "Global.h"
#include "TextToSpeech.h"
diff --git a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp
index 5aeedee7d..b8a49e786 100644
--- a/src/mumble/TextToSpeech_unix.cpp
+++ b/src/mumble/TextToSpeech_unix.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "TextToSpeech.h"
#ifdef USE_SPEECHD
diff --git a/src/mumble/TextToSpeech_win.cpp b/src/mumble/TextToSpeech_win.cpp
index de16e55fb..ae32c9805 100644
--- a/src/mumble/TextToSpeech_win.cpp
+++ b/src/mumble/TextToSpeech_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "TextToSpeech.h"
#include <servprov.h>
diff --git a/src/mumble/ThemeInfo.cpp b/src/mumble/ThemeInfo.cpp
index 58abaf705..e27b5541c 100644
--- a/src/mumble/ThemeInfo.cpp
+++ b/src/mumble/ThemeInfo.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ThemeInfo.h"
QFileInfo ThemeInfo::StyleInfo::getPlatformQss() const {
diff --git a/src/mumble/Themes.cpp b/src/mumble/Themes.cpp
index 5fe8e82e2..901ddd0e8 100644
--- a/src/mumble/Themes.cpp
+++ b/src/mumble/Themes.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Themes.h"
#include "MainWindow.h"
#include "MumbleApplication.h"
diff --git a/src/mumble/Tokens.cpp b/src/mumble/Tokens.cpp
index 9344e749b..a518234e4 100644
--- a/src/mumble/Tokens.cpp
+++ b/src/mumble/Tokens.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Tokens.h"
#include "Database.h"
diff --git a/src/mumble/Usage.cpp b/src/mumble/Usage.cpp
index 10de98edd..dc397100a 100644
--- a/src/mumble/Usage.cpp
+++ b/src/mumble/Usage.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Usage.h"
#include "ClientUser.h"
diff --git a/src/mumble/UserEdit.cpp b/src/mumble/UserEdit.cpp
index 2172aa1a5..6ba72d2b5 100644
--- a/src/mumble/UserEdit.cpp
+++ b/src/mumble/UserEdit.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "UserEdit.h"
#include <QItemSelectionModel>
diff --git a/src/mumble/UserInformation.cpp b/src/mumble/UserInformation.cpp
index f4ec2e5d1..799350604 100644
--- a/src/mumble/UserInformation.cpp
+++ b/src/mumble/UserInformation.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "UserInformation.h"
#include "Audio.h"
diff --git a/src/mumble/UserListModel.cpp b/src/mumble/UserListModel.cpp
index e708ea572..9b652d4a0 100644
--- a/src/mumble/UserListModel.cpp
+++ b/src/mumble/UserListModel.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "UserListModel.h"
#include "Channel.h"
#include "Message.h"
diff --git a/src/mumble/UserLocalVolumeDialog.cpp b/src/mumble/UserLocalVolumeDialog.cpp
index 10a21336e..5e177d2e1 100644
--- a/src/mumble/UserLocalVolumeDialog.cpp
+++ b/src/mumble/UserLocalVolumeDialog.cpp
@@ -34,8 +34,6 @@
*/
-#include "mumble_pch.hpp"
-
#include "UserLocalVolumeDialog.h"
#include "Global.h"
#include "ClientUser.h"
diff --git a/src/mumble/UserLockFile_win.cpp b/src/mumble/UserLockFile_win.cpp
index 4b9f66b45..c0c9bdd22 100644
--- a/src/mumble/UserLockFile_win.cpp
+++ b/src/mumble/UserLockFile_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "UserLockFile.h"
UserLockFile::UserLockFile(const QString &lockFilePath)
diff --git a/src/mumble/UserModel.cpp b/src/mumble/UserModel.cpp
index 901f97039..0432318f7 100644
--- a/src/mumble/UserModel.cpp
+++ b/src/mumble/UserModel.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "UserModel.h"
#include "ClientUser.h"
diff --git a/src/mumble/UserView.cpp b/src/mumble/UserView.cpp
index 45548db14..47930bbe2 100644
--- a/src/mumble/UserView.cpp
+++ b/src/mumble/UserView.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "UserView.h"
#include "Channel.h"
diff --git a/src/mumble/VersionCheck.cpp b/src/mumble/VersionCheck.cpp
index 0a7a1a526..7c940db92 100644
--- a/src/mumble/VersionCheck.cpp
+++ b/src/mumble/VersionCheck.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "VersionCheck.h"
#include "MainWindow.h"
diff --git a/src/mumble/ViewCert.cpp b/src/mumble/ViewCert.cpp
index bca5faa43..3090619b0 100644
--- a/src/mumble/ViewCert.cpp
+++ b/src/mumble/ViewCert.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "ViewCert.h"
static QString decode_utf8_qssl_string(const QString &input) {
diff --git a/src/mumble/VoiceRecorder.cpp b/src/mumble/VoiceRecorder.cpp
index 708b1070c..4533d2546 100644
--- a/src/mumble/VoiceRecorder.cpp
+++ b/src/mumble/VoiceRecorder.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "VoiceRecorder.h"
#include "AudioOutput.h"
diff --git a/src/mumble/VoiceRecorderDialog.cpp b/src/mumble/VoiceRecorderDialog.cpp
index 2ed5c4772..ea4836ba2 100644
--- a/src/mumble/VoiceRecorderDialog.cpp
+++ b/src/mumble/VoiceRecorderDialog.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "VoiceRecorderDialog.h"
#include "AudioOutput.h"
diff --git a/src/mumble/WASAPI.cpp b/src/mumble/WASAPI.cpp
index 16d16691a..4ba824946 100644
--- a/src/mumble/WASAPI.cpp
+++ b/src/mumble/WASAPI.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "WASAPI.h"
#include "WASAPINotificationClient.h"
diff --git a/src/mumble/WASAPINotificationClient.cpp b/src/mumble/WASAPINotificationClient.cpp
index d07dcda68..9c6f98614 100644
--- a/src/mumble/WASAPINotificationClient.cpp
+++ b/src/mumble/WASAPINotificationClient.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "MainWindow.h"
#include "WASAPINotificationClient.h"
diff --git a/src/mumble/WebFetch.cpp b/src/mumble/WebFetch.cpp
index b5266a54e..dc4b74e41 100644
--- a/src/mumble/WebFetch.cpp
+++ b/src/mumble/WebFetch.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "WebFetch.h"
#include "Global.h"
diff --git a/src/mumble/XboxInput.cpp b/src/mumble/XboxInput.cpp
index 748194a1c..07e11aca0 100644
--- a/src/mumble/XboxInput.cpp
+++ b/src/mumble/XboxInput.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "XboxInput.h"
const QUuid XboxInput::s_XboxInputGuid = QUuid(QString::fromLatin1("ca3937e3-640c-4d9e-9ef3-903f8b4fbcab"));
diff --git a/src/mumble/main.cpp b/src/mumble/main.cpp
index a25aef7ef..00ed08d22 100644
--- a/src/mumble/main.cpp
+++ b/src/mumble/main.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "Overlay.h"
#include "MainWindow.h"
#include "ServerHandler.h"
diff --git a/src/mumble/murmur_pch.h b/src/mumble/murmur_pch.h
index 0ca10b03f..5487f56bb 100644
--- a/src/mumble/murmur_pch.h
+++ b/src/mumble/murmur_pch.h
@@ -6,6 +6,4 @@
#ifndef MUMBLE_MUMBLE_MURMUR_PCH_H_
#define MUMBLE_MUMBLE_MURMUR_PCH_H_
-#include "mumble_pch.hpp"
-
#endif
diff --git a/src/mumble/os_macx.mm b/src/mumble/os_macx.mm
index dc8070774..1b030fc9a 100644
--- a/src/mumble/os_macx.mm
+++ b/src/mumble/os_macx.mm
@@ -2,8 +2,6 @@
// 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>.
-
-#include "mumble_pch.hpp"
#include "LogEmitter.h"
#include "Overlay.h"
#include "MainWindow.h"
diff --git a/src/mumble/os_unix.cpp b/src/mumble/os_unix.cpp
index 3efab3a22..dc14de63d 100644
--- a/src/mumble/os_unix.cpp
+++ b/src/mumble/os_unix.cpp
@@ -2,8 +2,6 @@
// 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>.
-
-#include "mumble_pch.hpp"
#include "LogEmitter.h"
#include "Global.h"
diff --git a/src/mumble/os_win.cpp b/src/mumble/os_win.cpp
index 480f22ecd..106e96984 100644
--- a/src/mumble/os_win.cpp
+++ b/src/mumble/os_win.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include <windows.h>
#include <tlhelp32.h>
#include <dbghelp.h>
diff --git a/src/mumble/widgets/MUComboBox.cpp b/src/mumble/widgets/MUComboBox.cpp
index 72ebfcb71..8c47438e6 100644
--- a/src/mumble/widgets/MUComboBox.cpp
+++ b/src/mumble/widgets/MUComboBox.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "MUComboBox.h"
MUComboBox::MUComboBox(QWidget *parent)
diff --git a/src/murmur/About.cpp b/src/murmur/About.cpp
index 8f4aaf12c..49b0f2c20 100644
--- a/src/murmur/About.cpp
+++ b/src/murmur/About.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#if QT_VERSION >= 0x050000
# include <QtWidgets/QApplication>
#else
diff --git a/src/murmur/BonjourServer.cpp b/src/murmur/BonjourServer.cpp
index edb2ab89b..b92d882b3 100644
--- a/src/murmur/BonjourServer.cpp
+++ b/src/murmur/BonjourServer.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "BonjourServer.h"
#include "BonjourServiceRegister.h"
diff --git a/src/murmur/Cert.cpp b/src/murmur/Cert.cpp
index 1f102bc26..812e77c0a 100644
--- a/src/murmur/Cert.cpp
+++ b/src/murmur/Cert.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Meta.h"
#include "Server.h"
#include "SelfSignedCertificate.h"
diff --git a/src/murmur/DBus.cpp b/src/murmur/DBus.cpp
index 9aa2628dc..3423c221f 100644
--- a/src/murmur/DBus.cpp
+++ b/src/murmur/DBus.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "DBus.h"
#include "Connection.h"
diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
index aa07064cb..70158444c 100644
--- a/src/murmur/Messages.cpp
+++ b/src/murmur/Messages.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "User.h"
#include "Channel.h"
#include "ACL.h"
diff --git a/src/murmur/Meta.cpp b/src/murmur/Meta.cpp
index 2c7ca7672..ac2daaeff 100644
--- a/src/murmur/Meta.cpp
+++ b/src/murmur/Meta.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Meta.h"
#include "Connection.h"
diff --git a/src/murmur/MurmurGRPCImpl.cpp b/src/murmur/MurmurGRPCImpl.cpp
index f4a7f6946..aec6b1d45 100644
--- a/src/murmur/MurmurGRPCImpl.cpp
+++ b/src/murmur/MurmurGRPCImpl.cpp
@@ -7,8 +7,6 @@
# include <boost/function.hpp>
#endif
-#include "murmur_pch.h"
-
#include "Mumble.pb.h"
#include "../Message.h"
diff --git a/src/murmur/MurmurIce.cpp b/src/murmur/MurmurIce.cpp
index 1160faad5..8a66a0e98 100644
--- a/src/murmur/MurmurIce.cpp
+++ b/src/murmur/MurmurIce.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "MurmurIce.h"
#include <limits>
diff --git a/src/murmur/PBKDF2.cpp b/src/murmur/PBKDF2.cpp
index e521b5112..2e69b7714 100644
--- a/src/murmur/PBKDF2.cpp
+++ b/src/murmur/PBKDF2.cpp
@@ -34,8 +34,6 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "murmur_pch.h"
-
#include "PBKDF2.h"
int PBKDF2::benchmark() {
diff --git a/src/murmur/RPC.cpp b/src/murmur/RPC.cpp
index ff62bad9d..9a4060cb6 100644
--- a/src/murmur/RPC.cpp
+++ b/src/murmur/RPC.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Channel.h"
#include "Group.h"
#include "Meta.h"
diff --git a/src/murmur/Register.cpp b/src/murmur/Register.cpp
index 444030a16..65860b74a 100644
--- a/src/murmur/Register.cpp
+++ b/src/murmur/Register.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Server.h"
#include "Meta.h"
#include "Version.h"
diff --git a/src/murmur/Server.cpp b/src/murmur/Server.cpp
index 9a3872f98..db89667fd 100644
--- a/src/murmur/Server.cpp
+++ b/src/murmur/Server.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Server.h"
#include "ACL.h"
diff --git a/src/murmur/ServerDB.cpp b/src/murmur/ServerDB.cpp
index 07b7b3e00..8966540e0 100644
--- a/src/murmur/ServerDB.cpp
+++ b/src/murmur/ServerDB.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "ServerDB.h"
#include "ACL.h"
diff --git a/src/murmur/ServerUser.cpp b/src/murmur/ServerUser.cpp
index d7f77297f..6646ef940 100644
--- a/src/murmur/ServerUser.cpp
+++ b/src/murmur/ServerUser.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Server.h"
#include "ServerUser.h"
#include "Meta.h"
diff --git a/src/murmur/Tray.cpp b/src/murmur/Tray.cpp
index cf9a4751c..47d17de8a 100644
--- a/src/murmur/Tray.cpp
+++ b/src/murmur/Tray.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Tray.h"
#include "About.h"
diff --git a/src/murmur/UnixMurmur.cpp b/src/murmur/UnixMurmur.cpp
index 16098fe14..1f29d39f1 100644
--- a/src/murmur/UnixMurmur.cpp
+++ b/src/murmur/UnixMurmur.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "UnixMurmur.h"
#include "Meta.h"
diff --git a/src/murmur/main.cpp b/src/murmur/main.cpp
index b66dc3668..61529e28a 100644
--- a/src/murmur/main.cpp
+++ b/src/murmur/main.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#ifdef Q_OS_WIN
#include "Tray.h"
#include "About.h"
diff --git a/src/tests/TestCrypt/TestCrypt.cpp b/src/tests/TestCrypt/TestCrypt.cpp
index 61179fc9d..2b67db93e 100644
--- a/src/tests/TestCrypt/TestCrypt.cpp
+++ b/src/tests/TestCrypt/TestCrypt.cpp
@@ -3,9 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-// Include murmur_pch.h for STACKVAR
-#include "murmur_pch.h"
-
#include <QtCore>
#include <QtTest>
diff --git a/src/tests/test.pri b/src/tests/test.pri
index 22b2747b6..f3b622e80 100644
--- a/src/tests/test.pri
+++ b/src/tests/test.pri
@@ -13,15 +13,6 @@ CONFIG += testcase
CONFIG += thread warn_on
CONFIG -= app_bundle
-# We build this test without 'gui' in QT,
-# but we include the QtGui headers from
-# murmur_pch.h. This causes an error when Qt
-# tries to find the OpenGL headers to use, since
-# we're missing the include paths from QtGui's
-# .pri files. Define QT_NO_OPENGL to avoid these
-# build errors.
-DEFINES += QT_NO_OPENGL
-
LANGUAGE = C++
VPATH *= ../.. ../../murmur ../../mumble