/*++ Copyright (c) 1994 Microsoft Corporation Module Name: cache.hxx Abstract: master include file. Author: Madan Appiah (madana) 12-Apr-1995 Environment: User Mode - Win32 Revision History: --*/ #ifndef _CACHE_HXX_ #define _CACHE_HXX_ extern "C" { #include <nt.h> #include <ntrtl.h> #include <nturtl.h> } // extern "C" #include <windows.h> #include <stdlib.h> #include <urlcache.h> #include <cachedef.h> #include <debug.h> #include <util.hxx> #include <reg.hxx> #include <filemap.hxx> #include <contain.hxx> #include <global.h> #include <proto.h> #endif // _CACHE_HXX_