diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-29 17:52:11 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-08-05 01:17:32 +0300 |
commit | e882ee7056f370e0619d137b4ec3973ecb4e3479 (patch) | |
tree | f3f7435232ece638d3d2a939552d17563b260d36 /exa/exa.c | |
parent | 6c1bb64c6f2efd81856ca00591df37916713b142 (diff) |
EXA: Remove unnecessary #includes
There wasn't actually any font code here, so no problem.
Diffstat (limited to 'exa/exa.c')
-rw-r--r-- | exa/exa.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ #include <stdlib.h> #include "exa_priv.h" -#include <X11/fonts/fontstruct.h> -#include "dixfontstr.h" #include "exa.h" #include "cw.h" |