summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-02-18 16:43:23 -0800
committerKeith Packard <keithp@keithp.com>2009-02-18 16:43:23 -0800
commit4557b3f6c4273cd83b701beaf7a150c806fed298 (patch)
tree6547f8dd3b4088700a7334d2b591869feebe9b45 /hw
parent3575cb86a18d9e80e239acefdab18694e4ca2098 (diff)
X11/fonts/fontmod.h doesn't exist anymore.
libXfont 1.4.0 no longer includes this file, nor do we need it, so just stop attempting to reference it. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/loader/loaderProcs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/loader/loaderProcs.h b/hw/xfree86/loader/loaderProcs.h
index 827f3a92f..a10f0b3a6 100644
--- a/hw/xfree86/loader/loaderProcs.h
+++ b/hw/xfree86/loader/loaderProcs.h
@@ -56,7 +56,6 @@
#undef IN_LOADER
#define IN_LOADER
#include "xf86Module.h"
-#include <X11/fonts/fontmod.h>
typedef struct module_desc {
struct module_desc *child;