From 91a69a18f9563e13f6c477c2adbee225c5d92d38 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Fri, 14 Jun 2019 21:43:42 +0200 Subject: [PATCH] remove not needed include of Void in Object --- alib2common/src/object/Object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/alib2common/src/object/Object.h b/alib2common/src/object/Object.h index 85588f0ca2..f79ff08994 100644 --- a/alib2common/src/object/Object.h +++ b/alib2common/src/object/Object.h @@ -10,7 +10,6 @@ #include <alib/variant> #include <object/AnyObject.h> -#include <object/Void.h> namespace object { -- GitLab