diff options
Diffstat (limited to 'mfb/mfbimggblt.c')
-rw-r--r-- | mfb/mfbimggblt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mfb/mfbimggblt.c b/mfb/mfbimggblt.c index aa948a34e..0a4bb6df1 100644 --- a/mfb/mfbimggblt.c +++ b/mfb/mfbimggblt.c @@ -47,9 +47,9 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbimggblt.c,v 1.4 2001/02/09 02:05:19 xorgcvs Exp $ */ -#include "X.h" -#include "Xmd.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xmd.h> +#include <X11/Xproto.h> #include "mfb.h" #include "fontstruct.h" #include "dixfontstr.h" |