--------------------- PatchSet 6888 Date: 2008/02/21 01:15:57 Author: amosjeffries Branch: cleanup Tag: (none) Log: StoreFSufs.h doesn't actually need most of its includes! It's callers and .cc probably do but the includes should be in there. Members: src/fs/ufs/StoreFSufs.h:1.5.34.1->1.5.34.2 Index: squid3/src/fs/ufs/StoreFSufs.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/fs/ufs/StoreFSufs.h,v retrieving revision 1.5.34.1 retrieving revision 1.5.34.2 diff -u -r1.5.34.1 -r1.5.34.2 --- squid3/src/fs/ufs/StoreFSufs.h 20 Feb 2008 11:38:44 -0000 1.5.34.1 +++ squid3/src/fs/ufs/StoreFSufs.h 21 Feb 2008 01:15:57 -0000 1.5.34.2 @@ -1,5 +1,5 @@ /* - * $Id: StoreFSufs.h,v 1.5.34.1 2008/02/20 11:38:44 amosjeffries Exp $ + * $Id: StoreFSufs.h,v 1.5.34.2 2008/02/21 01:15:57 amosjeffries Exp $ * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- @@ -32,10 +32,9 @@ #ifndef SQUID_STOREFSUFS_H #define SQUID_STOREFSUFS_H -#include "squid.h" -#include "ufscommon.h" -#include "DiskIO/DiskIOModule.h" +class DiskIOModule; +#include "StoreFileSystem.h" /* core UFS class. This template provides compile time aliases for * ufs/aufs/diskd to ease configuration conversion - each becomes a