riched20: Include wine/asm.h in editstr.h.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49068 Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0e09d5ea74
commit
9763f5189f
|
@ -43,6 +43,7 @@
|
|||
#include <textserv.h>
|
||||
#include "usp10.h"
|
||||
|
||||
#include "wine/asm.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/heap.h"
|
||||
#include "wine/list.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "richole.h"
|
||||
#include "imm.h"
|
||||
#include "textserv.h"
|
||||
#include "wine/asm.h"
|
||||
#include "wine/debug.h"
|
||||
#include "editstr.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "tom.h"
|
||||
#include "imm.h"
|
||||
#include "textserv.h"
|
||||
#include "wine/asm.h"
|
||||
#include "wine/debug.h"
|
||||
#include "editstr.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue