Commit ef5f6c7f authored by Alexandre Julliard's avatar Alexandre Julliard

Moved list.h to include/wine so that it can be used everywhere.

parent b129a148
......@@ -33,7 +33,6 @@
#include "handle.h"
#include "thread.h"
#include "request.h"
#include "list.h"
struct change
{
......
......@@ -31,7 +31,6 @@
#include "file.h"
#include "thread.h"
#include "unicode.h"
#include "list.h"
struct object_name
......
......@@ -27,7 +27,7 @@
#include <sys/time.h>
#include "wine/server_protocol.h"
#include "list.h"
#include "wine/list.h"
#define DEBUG_OBJECTS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment