Remove a couple of unused includes

This commit is contained in:
Kim Woelders 2020-07-28 21:33:46 +02:00
parent ea5da196cb
commit 9e8978c6be
1 changed files with 0 additions and 2 deletions

View File

@ -34,11 +34,9 @@
#include "updates.h"
#ifdef BUILD_X11
#include "color.h"
#include "context.h"
#include "draw.h"
#include "grab.h"
#include "rend.h"
#include "rgba.h"
#include "ximage.h"
#endif