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>
(cherry picked from commit 4557b3f6c4)
This commit is contained in:
Keith Packard 2009-02-18 16:43:23 -08:00 committed by Jeremy Huddleston
parent 1dd273621d
commit bde1e3a7c9

View File

@ -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;