From 1b38ced1750ad4e831c57ee8632666668a471176 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 17 Mar 2018 17:30:39 +0100 Subject: [PATCH] remove include to avoid warnings about unused variables --- test/integration/handler_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/handler_test.cpp b/test/integration/handler_test.cpp index 6011460..da9a10c 100644 --- a/test/integration/handler_test.cpp +++ b/test/integration/handler_test.cpp @@ -1,5 +1,4 @@ #include "handler_test.h" -#include "specexamples.h" // IWYU pragma: keep #include "yaml-cpp/yaml.h" // IWYU pragma: keep #include "gmock/gmock.h"