dmx: Delete '#undef Xmalloc' and friends.

Nothing in dmx uses these names any more, and it builds cleanly without
trying to undef them.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
Jamey Sharp 2010-05-25 13:50:11 -07:00
parent b5217bfdca
commit e99bbfa0a2
4 changed files with 0 additions and 20 deletions

View File

@ -38,11 +38,6 @@
#include "dmxfont.h"
#include "dmxsync.h"
#undef Xmalloc
#undef Xcalloc
#undef Xrealloc
#undef Xfree
#include "glxserver.h"
#include <GL/glxtokens.h>
#include "g_disptab.h"

View File

@ -35,11 +35,6 @@
#include "dmx.h"
#include "dmxlog.h"
#undef Xmalloc
#undef Xcalloc
#undef Xrealloc
#undef Xfree
#include "glxserver.h"
#include <windowstr.h>

View File

@ -39,11 +39,6 @@
#include "dmxfont.h"
#include "dmxcb.h"
#undef Xmalloc
#undef Xcalloc
#undef Xrealloc
#undef Xfree
#include "glxserver.h"
#include "glxext.h"
#include "g_disptab.h"

View File

@ -38,11 +38,6 @@
#include "dmxpixmap.h"
#include "dmxfont.h"
#undef Xmalloc
#undef Xcalloc
#undef Xrealloc
#undef Xfree
#include "glxserver.h"
#include "glxext.h"
#include "g_disptab.h"