From 1a88996c47754edff4c3fc2f4b64c84ff7446b3c Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 20 Jul 2021 21:20:30 -0400 Subject: [PATCH] [client] opengl: don't include The OpenGL renderer backend should not depend on any particular implementation of OpenGL, as it's used by both X11 and Wayland. --- client/renderers/OpenGL/opengl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/renderers/OpenGL/opengl.c b/client/renderers/OpenGL/opengl.c index ea310603..c22e4879 100644 --- a/client/renderers/OpenGL/opengl.c +++ b/client/renderers/OpenGL/opengl.c @@ -27,7 +27,6 @@ #include #include -#include #include "cimgui.h" #include "generator/output/cimgui_impl.h"