From 497298b4fcc59db27225a24c003fe53b6e8cb676 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 2 Jul 2023 12:53:53 +0200 Subject: [PATCH] remove superfluous includes --- LEGO1/legobackgroundcolor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/LEGO1/legobackgroundcolor.h b/LEGO1/legobackgroundcolor.h index 911ed28a..9345c394 100644 --- a/LEGO1/legobackgroundcolor.h +++ b/LEGO1/legobackgroundcolor.h @@ -1,8 +1,6 @@ #ifndef LEGOBACKGROUNDCOLOR_H #define LEGOBACKGROUNDCOLOR_H -#include "mxstring.h" -#include "mxcore.h" #include "mxstringvariable.h" class LegoBackgroundColor : public MxStringVariable