diff options
Diffstat (limited to 'Xprint/raster/RasterAttVal.c')
-rw-r--r-- | Xprint/raster/RasterAttVal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Xprint/raster/RasterAttVal.c b/Xprint/raster/RasterAttVal.c index f76a890d3..7cce3f22a 100644 --- a/Xprint/raster/RasterAttVal.c +++ b/Xprint/raster/RasterAttVal.c @@ -30,15 +30,15 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from said copyright holders. */ +/* $XFree86: xc/programs/Xserver/Xprint/raster/RasterAttVal.c,v 1.4 2001/12/21 21:02:06 dawes Exp $ */ + #include <stdio.h> #include "X.h" #include "misc.h" #include "dixstruct.h" #include "scrnintstr.h" #include "screenint.h" -#define _XP_PRINT_SERVER_ -#include "extensions/Print.h" -#undef _XP_PRINT_SERVER_ +#include <X11/extensions/Print.h> #include "Raster.h" #include "attributes.h" |