From e882ee7056f370e0619d137b4ec3973ecb4e3479 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 29 Jul 2008 17:52:11 +0300 Subject: [PATCH] EXA: Remove unnecessary #includes There wasn't actually any font code here, so no problem. --- exa/exa.c | 2 -- exa/exa_migration.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/exa/exa.c b/exa/exa.c index 48352bd5b..b8294bb69 100644 --- a/exa/exa.c +++ b/exa/exa.c @@ -35,8 +35,6 @@ #include #include "exa_priv.h" -#include -#include "dixfontstr.h" #include "exa.h" #include "cw.h" diff --git a/exa/exa_migration.c b/exa/exa_migration.c index 3c79f683c..25ea73d56 100644 --- a/exa/exa_migration.c +++ b/exa/exa_migration.c @@ -33,8 +33,6 @@ #include #include "exa_priv.h" -#include -#include "dixfontstr.h" #include "exa.h" #include "cw.h"