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

This commit is contained in:
Alexandre Julliard 2003-09-11 20:45:17 +00:00
parent b129a1489f
commit ef5f6c7fad
4 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,6 @@
#include "handle.h"
#include "thread.h"
#include "request.h"
#include "list.h"
struct change
{

View File

@ -31,7 +31,6 @@
#include "file.h"
#include "thread.h"
#include "unicode.h"
#include "list.h"
struct object_name

View File

@ -27,7 +27,7 @@
#include <sys/time.h>
#include "wine/server_protocol.h"
#include "list.h"
#include "wine/list.h"
#define DEBUG_OBJECTS