remove uneeded import

This commit is contained in:
William McKinnon 2025-10-27 01:19:50 -04:00
parent 78bffc2df5
commit 4c37b643e2

View file

@ -10,7 +10,6 @@
#include <wlr/util/region.h>
#include <xf86drm.h>
#include "render/egl.h"
#include "render/gles.h"
#include "util/env.h"
static enum wlr_log_importance egl_log_importance_to_wlr(EGLint type) {