summaryrefslogtreecommitdiffstats
path: root/common/Protocol.cpp
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-08 16:38:22 +0000
committerJan Holesovsky <kendy@collabora.com>2017-03-10 10:47:43 +0100
commit0eaef6c8968888417adec3e810797468785746a3 (patch)
tree0e5c8da8b383fc472a59ef222eb4d9117e4278f0 /common/Protocol.cpp
parentnb: Blind attempt to fix running inside docker. (diff)
downloadonline-0eaef6c8968888417adec3e810797468785746a3.tar.gz
online-0eaef6c8968888417adec3e810797468785746a3.zip
config.h - get includes right: must always be the first include.
Diffstat (limited to 'common/Protocol.cpp')
-rw-r--r--common/Protocol.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Protocol.cpp b/common/Protocol.cpp
index 030517ced2..0aa50c4708 100644
--- a/common/Protocol.cpp
+++ b/common/Protocol.cpp
@@ -7,9 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "Protocol.hpp"
#include "config.h"
+#include "Protocol.hpp"
+
#include <cassert>
#include <cstring>
#include <map>