mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 05:00:41 +00:00
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:
parent
9ebcbc1489
commit
8d2599cba1
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,9 @@
|
||||||
#include "baselayer.h"
|
#include "baselayer.h"
|
||||||
#include "winbits.h"
|
#include "winbits.h"
|
||||||
|
|
||||||
|
#ifndef DEBUGGINGAIDS
|
||||||
|
# include "nedmalloc.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
int32_t backgroundidle = 1;
|
int32_t backgroundidle = 1;
|
||||||
|
|
||||||
|
|
|
@ -64,9 +64,6 @@
|
||||||
#include "a.h"
|
#include "a.h"
|
||||||
#include "osd.h"
|
#include "osd.h"
|
||||||
#include "rawinput.h"
|
#include "rawinput.h"
|
||||||
#ifndef DEBUGGINGAIDS
|
|
||||||
#include "nedmalloc.h"
|
|
||||||
#endif
|
|
||||||
#include "mutex.h"
|
#include "mutex.h"
|
||||||
|
|
||||||
#include "winbits.h"
|
#include "winbits.h"
|
||||||
|
|
Loading…
Reference in a new issue