From 570b938d7cbef7ec82a552f369dfcac40955b6a5 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 2 Apr 2016 12:32:16 +0300 Subject: [PATCH] Use modern include style in shared module header. --- shared/ModBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/ModBase.hpp b/shared/ModBase.hpp index b09ed217..409bad5b 100644 --- a/shared/ModBase.hpp +++ b/shared/ModBase.hpp @@ -5,7 +5,7 @@ #include // ------------------------------------------------------------------------------------------------ -#include +#include #include /* ------------------------------------------------------------------------------------------------