From 43a10434aea08ba10a0978d0c9b961a8696062fb Mon Sep 17 00:00:00 2001 From: Caio Freitas de Oliveira Date: Wed, 12 Oct 2022 19:47:05 -0300 Subject: [PATCH] remove include --- tests/test-gradient.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-gradient.cc b/tests/test-gradient.cc index 7ae820e0..de52fed9 100644 --- a/tests/test-gradient.cc +++ b/tests/test-gradient.cc @@ -33,7 +33,6 @@ const int width = 4; #ifdef BUILD_X11 // 24-bit color depth -#include const long colour = 0x996633; // brown const long expected_hue = 256; const long expected_value = 0x99; // max(0x99, 0x66, 0x33)