From 872b08f677f497cd9a30da15409e5225b1e5071f Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 6 Jun 2016 13:54:20 +0200 Subject: [PATCH] commander: remove unneeded include --- src/modules/commander/commander.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/commander/commander.cpp b/src/modules/commander/commander.cpp index 4ec4bcbc69..855a3d9a47 100644 --- a/src/modules/commander/commander.cpp +++ b/src/modules/commander/commander.cpp @@ -83,7 +83,6 @@ #include #include #include -#include #include #include #include @@ -98,6 +97,8 @@ #include #include #include +#include +#include #include #include #include