From 1b5c1202059e19515a3f162def2b5e0097ce1ad7 Mon Sep 17 00:00:00 2001 From: Mike Interlandi Date: Mon, 3 Feb 2025 12:04:35 -0500 Subject: [PATCH] cleanup --- src/x11_window.c | 3 --- tests/window_fullscreen_x11.c | 6 ------ 2 files changed, 9 deletions(-) delete mode 100644 tests/window_fullscreen_x11.c diff --git a/src/x11_window.c b/src/x11_window.c index 30e9657f..b114b215 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -26,9 +26,6 @@ //======================================================================== #include "internal.h" -#include -#include -#include #if defined(_GLFW_X11) diff --git a/tests/window_fullscreen_x11.c b/tests/window_fullscreen_x11.c deleted file mode 100644 index 8b10036e..00000000 --- a/tests/window_fullscreen_x11.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include - -int main() { - glfwGetWindowAttrib(); -}