From ff65489e3fd14248b089982485f2c953992a1f25 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 30 Nov 2015 09:26:02 +0100 Subject: [PATCH] reduced includes by means of static code analysis --- TestPlugin.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TestPlugin.cc b/TestPlugin.cc index c96334f..a208799 100644 --- a/TestPlugin.cc +++ b/TestPlugin.cc @@ -52,11 +52,6 @@ #include "TestPlugin.hh" -#include -#include - -#include - void TestPlugin::initializePlugin() { -- GitLab