From 40905c9ff8ff256b9d0c3c0854e816320ae18afe Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Fri, 29 Jul 2016 02:10:45 +0100 Subject: [PATCH] Remove unneeded Xft include in x.h https://github.com/knopwob/dunst/issues/267 --- x.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/x.h b/x.h index cf0b27b..48b076f 100644 --- a/x.h +++ b/x.h @@ -13,8 +13,6 @@ #endif #include -#include - #define BUTTONMASK (ButtonPressMask|ButtonReleaseMask) #define FONT_HEIGHT_BORDER 2 #define DEFFONT "Monospace-11"