Remove mfb and cfb from include paths where they're not needed.
This commit is contained in:
parent
20c5250e48
commit
a277f04ab0
|
@ -45,9 +45,6 @@ fontsmodule_LTLIBRARIES = libfreetype.la \
|
|||
|
||||
AM_CFLAGS = @XORG_CFLAGS@ @DIX_CFLAGS@
|
||||
INCLUDES = @XORG_INCS@ \
|
||||
-I$(top_srcdir)/afb \
|
||||
-I$(top_srcdir)/cfb \
|
||||
-I$(top_srcdir)/mfb \
|
||||
-I$(top_srcdir)/dbe \
|
||||
-I$(top_srcdir)/hw/xfree86/loader \
|
||||
-I$(top_srcdir)/miext/shadow \
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#endif
|
||||
|
||||
#include "xf86Module.h"
|
||||
#include "afb.h"
|
||||
|
||||
static MODULESETUPPROTO(afbSetup);
|
||||
|
||||
|
|
|
@ -28,10 +28,7 @@
|
|||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#define PSZ 32
|
||||
|
||||
#include "xf86Module.h"
|
||||
#include "cfb.h"
|
||||
|
||||
static MODULESETUPPROTO(cfb32Setup);
|
||||
|
||||
|
|
|
@ -28,10 +28,7 @@
|
|||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#define PSZ 8
|
||||
|
||||
#include "xf86Module.h"
|
||||
#include "cfb.h"
|
||||
|
||||
static MODULESETUPPROTO(cfbSetup);
|
||||
|
||||
|
|
|
@ -67,5 +67,3 @@ libmi_la_SOURCES = \
|
|||
mizerarc.h \
|
||||
mizerclip.c \
|
||||
mizerline.c
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/mfb
|
||||
|
|
Loading…
Reference in New Issue