From 543e2d34fcf2721b9bd7a767828217a24f4a89c7 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 2 Sep 2019 12:02:43 +0200 Subject: [PATCH] [libcalamares] [locale] Remove unused includes --- src/libcalamares/geoip/GeoIPXML.cpp | 1 - src/modules/locale/LocaleViewStep.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/libcalamares/geoip/GeoIPXML.cpp b/src/libcalamares/geoip/GeoIPXML.cpp index d84eb3b21..256e774cf 100644 --- a/src/libcalamares/geoip/GeoIPXML.cpp +++ b/src/libcalamares/geoip/GeoIPXML.cpp @@ -20,7 +20,6 @@ #include "utils/Logger.h" -#include #include namespace CalamaresUtils diff --git a/src/modules/locale/LocaleViewStep.cpp b/src/modules/locale/LocaleViewStep.cpp index ee5c7699b..9dbcb5993 100644 --- a/src/modules/locale/LocaleViewStep.cpp +++ b/src/modules/locale/LocaleViewStep.cpp @@ -35,8 +35,6 @@ #include #include -#include -#include #include