From 476f390f55cf3bed31a9b23a4612bbe52f541935 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Nov 2015 12:25:53 +0100 Subject: [PATCH] remove some include headers --- gfx/drivers_context/glx_ctx.c | 1 - gfx/drivers_context/xegl_ctx.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gfx/drivers_context/glx_ctx.c b/gfx/drivers_context/glx_ctx.c index 5a28a93658..612fb3ce40 100644 --- a/gfx/drivers_context/glx_ctx.c +++ b/gfx/drivers_context/glx_ctx.c @@ -20,7 +20,6 @@ #include #include "../../driver.h" -#include "../../runloop.h" #include "../common/gl_common.h" #include "../common/x11_common.h" diff --git a/gfx/drivers_context/xegl_ctx.c b/gfx/drivers_context/xegl_ctx.c index c78c477279..3109a60709 100644 --- a/gfx/drivers_context/xegl_ctx.c +++ b/gfx/drivers_context/xegl_ctx.c @@ -25,7 +25,6 @@ #include #include "../../driver.h" -#include "../../runloop.h" #include "../common/gl_common.h" #include "../common/x11_common.h"