mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 11:37:26 +00:00
debug.h must be last in list of includes.
This commit is contained in:
parent
287f1f0eab
commit
333d1e2f8e
1 changed files with 1 additions and 1 deletions
|
@ -11,12 +11,12 @@
|
|||
#include "config.h"
|
||||
#include "windef.h"
|
||||
#include "options.h"
|
||||
#include "debug.h"
|
||||
#include "loadorder.h"
|
||||
#include "heap.h"
|
||||
#include "options.h"
|
||||
#include "module.h"
|
||||
#include "elfdll.h"
|
||||
#include "debug.h"
|
||||
|
||||
DEFAULT_DEBUG_CHANNEL(module)
|
||||
|
||||
|
|
Loading…
Reference in a new issue