Fix r3221: move the nedmalloc.h include to winbits.c.

git-svn-id: https://svn.eduke32.com/eduke32@3223 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-11-25 08:50:16 +00:00
parent 9ebcbc1489
commit 8d2599cba1
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,9 @@
#include "baselayer.h"
#include "winbits.h"
#ifndef DEBUGGINGAIDS
# include "nedmalloc.h"
#endif
int32_t backgroundidle = 1;

View file

@ -64,9 +64,6 @@
#include "a.h"
#include "osd.h"
#include "rawinput.h"
#ifndef DEBUGGINGAIDS
#include "nedmalloc.h"
#endif
#include "mutex.h"
#include "winbits.h"