Moved list.h to include/wine so that it can be used everywhere.
This commit is contained in:
parent
b129a1489f
commit
ef5f6c7fad
|
@ -33,7 +33,6 @@
|
||||||
#include "handle.h"
|
#include "handle.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "request.h"
|
#include "request.h"
|
||||||
#include "list.h"
|
|
||||||
|
|
||||||
struct change
|
struct change
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "unicode.h"
|
#include "unicode.h"
|
||||||
#include "list.h"
|
|
||||||
|
|
||||||
|
|
||||||
struct object_name
|
struct object_name
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include "wine/server_protocol.h"
|
#include "wine/server_protocol.h"
|
||||||
#include "list.h"
|
#include "wine/list.h"
|
||||||
|
|
||||||
#define DEBUG_OBJECTS
|
#define DEBUG_OBJECTS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue