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
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/Net.cpp
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/Net.cpp')
-rw-r--r--src/Net.cpp2
1 files changed, 0 insertions, 2 deletions
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"