From 2f1b27c2a3c633fcaf93b567ea89a3dd09097f55 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Fri, 29 Mar 2024 11:00:30 +0100 Subject: [PATCH] Remove unneeded pg_locale.h include This include will pull in header files from ICU which would result in ICU being a build requirement for timescaledb. --- tsl/src/nodes/decompress_chunk/pred_text.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tsl/src/nodes/decompress_chunk/pred_text.c b/tsl/src/nodes/decompress_chunk/pred_text.c index 487fb61f032..75a4acdb85b 100644 --- a/tsl/src/nodes/decompress_chunk/pred_text.c +++ b/tsl/src/nodes/decompress_chunk/pred_text.c @@ -6,7 +6,6 @@ #include "pred_text.h" -#include #include #include "compat/compat.h"