From 9cc0230cfc1ae9b9c1c905cd9ac613bc98bfa43a Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 25 Sep 2018 07:00:36 +0200 Subject: Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. --- src/rest.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/rest.cpp') diff --git a/src/rest.cpp b/src/rest.cpp index 6c7e0384cb..4988e6ed26 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -3,20 +3,21 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include #include #include +#include #include #include #include -#include -#include #include #include #include #include #include #include +#include #include #include -- cgit v1.2.3