Commit 6d967988 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Literals.h: always include in compilation

This change ensures Literals.h is always referenced during compilation, effectively hiding it from "unused file" detection we do occasionally to clean up the source code.
parent 679e1118
......@@ -23,6 +23,7 @@
/* */
/**************************************************************************/
#ifdef TEST
/*
* Simple table used to translate a request
* opcode to the name of the X request.
......@@ -210,4 +211,4 @@ static char *nxagentShmRequestLiteral[] =
"ShmGetImage",
"ShmCreatePixmap"
};
#endif /* TEST */
......@@ -162,9 +162,7 @@ void nxagentListRemoteFonts(const char *, int);
#include "unistd.h"
#endif
#ifdef TEST
#include "Literals.h"
#endif
#ifdef VIEWPORT_FRAME
......
......@@ -65,9 +65,7 @@
#undef TEST
#undef DEBUG
#ifdef TEST
#include "Literals.h"
#endif
/*
* From NXglyph.c.
......
......@@ -70,9 +70,7 @@ in this Software without prior written authorization from The Open Group.
#undef TEST
#undef DEBUG
#ifdef TEST
#include "Literals.h"
#endif
extern void fbGetImage(DrawablePtr pDrw, int x, int y, int w, int h,
unsigned int format, unsigned long planeMask, char *d);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment