From b95e402449cc98d5a8e295db249ac98dec25a51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Capello?= Date: Fri, 15 Oct 2021 10:07:56 -0300 Subject: [PATCH] Remove redundant include --- src/app/ui/enter_license.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ui/enter_license.cpp b/src/app/ui/enter_license.cpp index 91307b838..cc6ed6d65 100644 --- a/src/app/ui/enter_license.cpp +++ b/src/app/ui/enter_license.cpp @@ -13,7 +13,6 @@ #include "app/resource_finder.h" #include "base/fs.h" #include "enter_license.h" -#include "enter_license.xml.h" #include "ui/message.h" #include "ui/style.h" #include "ui/system.h"