Revision: 14526 Author: adrian.chadd Date: Thu Apr 1 01:10:12 2010 Log: Issue #94 - includes
http://code.google.com/p/lusca-cache/source/detail?r=14526 Modified: /branches/LUSCA_HEAD/libhelper/ipc_win32.c ======================================= --- /branches/LUSCA_HEAD/libhelper/ipc_win32.c Tue Mar 30 20:23:00 2010 +++ /branches/LUSCA_HEAD/libhelper/ipc_win32.c Thu Apr 1 01:10:12 2010 @@ -34,7 +34,30 @@ * */ -#include "squid.h" +#include "../include/config.h" + +#include "../include/util.h" +#include "../include/Array.h" +#include "../include/Stack.h" + +#include "../libcore/tools.h" +#include "../libcore/gb.h" +#include "../libcore/kb.h" + +#include "../libsqdebug/debug.h" +#include "../libsqdebug/debug_file.h" + +#include "../libmem/MemPool.h" +#include "../libmem/MemBufs.h" +#include "../libmem/MemBuf.h" + +#include "../libsqinet/sqinet.h" +#include "../libiapp/fd_types.h" +#include "../libiapp/comm_types.h" +#include "../libiapp/comm.h" +#include "../libiapp/globals.h" + +#include "../libhelper/ipc.h" #ifndef _MSWSOCK_ #include <mswsock.h> -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
