From c4a9cdb280ed5eb65d84668e753487738345869f Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Wed, 28 Dec 2016 10:53:39 +0100 Subject: [PATCH] app: do not include - not needed anymore --- app/json-schema-validate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/json-schema-validate.cpp b/app/json-schema-validate.cpp index e270caf..f643dc7 100644 --- a/app/json-schema-validate.cpp +++ b/app/json-schema-validate.cpp @@ -26,7 +26,6 @@ #include #include -#include using nlohmann::json; using nlohmann::json_uri;