Skip to content

Commit

Permalink
remove include
Browse files Browse the repository at this point in the history
  • Loading branch information
caiofreitaso authored and brndnmtthws committed Oct 13, 2022
1 parent 8a64e41 commit 43a1043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-gradient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

const int width = 4;
#ifdef BUILD_X11 // 24-bit color depth
#include <x11.h>
const long colour = 0x996633; // brown
const long expected_hue = 256;
const long expected_value = 0x99; // max(0x99, 0x66, 0x33)
Expand Down

0 comments on commit 43a1043

Please sign in to comment.