From 5202351b91303fefc065ca58ada2fa99a9bcbb1e Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 17 Dec 2015 22:34:56 +0100 Subject: [PATCH] util: fix PluginMgr not passing checkstyle --- src/util/plugin_mgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/plugin_mgr.h b/src/util/plugin_mgr.h index 890130e40..9954ef5a7 100644 --- a/src/util/plugin_mgr.h +++ b/src/util/plugin_mgr.h @@ -2,13 +2,13 @@ #include #include -#include "err.h" #include "arg_parser.h" +#include "err.h" namespace au { namespace util { - template struct PluginDefinition + template struct PluginDefinition final { std::string name; std::string description;