From 96ad70435c10315b8b60f9ecc0fa26e27f4d5831 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 25 Jun 2015 19:18:19 -0400 Subject: [PATCH] remove unnecessary header includes from e_comp_x.h --- src/bin/e_comp_x.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/e_comp_x.h b/src/bin/e_comp_x.h index 4f96a2c44..b392d65cf 100644 --- a/src/bin/e_comp_x.h +++ b/src/bin/e_comp_x.h @@ -1,7 +1,4 @@ #ifdef E_TYPEDEFS -# include -# include "e_atoms.h" -# include "e_hints.h" typedef struct _E_Comp_X_Client_Data E_Comp_X_Client_Data;