From cf655f624b29e91517fce3886410a0689e1d3b56 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 18 Aug 2023 21:04:32 +0100 Subject: [PATCH] Remove unused include --- src/gfx_layout_icu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gfx_layout_icu.cpp b/src/gfx_layout_icu.cpp index 3f3c686264..b2adf92267 100644 --- a/src/gfx_layout_icu.cpp +++ b/src/gfx_layout_icu.cpp @@ -24,8 +24,6 @@ #include #include -#include - #include "safeguards.h" /** harfbuzz doesn't use floats, so we need a value to scale position with to get sub-pixel precision. */