]> git.ipfire.org Git - thirdparty/squid.git/commit - include/snmp_msg.h
Prep work for automatic sorting of include directives.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 24 Aug 2012 09:57:00 +0000 (11:57 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 24 Aug 2012 09:57:00 +0000 (11:57 +0200)
commit3d41e53a14fb1c19b547d1cd48b3a3da3d61490b
treeba817a41fb349b1315589839613103b9268b7d23
parentb4eca36b04c9cf6468b6103600925704960fe19e
Prep work for automatic sorting of include directives.

Automatic sorting of include files reveals some indirect inclusions, which would break the build.
scripts/sort-includes.pl is the tool to do the automatic header include order sorting.
The other changes in this set fix the issues which that be introduced by running the sorting.
26 files changed:
include/snmp_msg.h
scripts/sort-includes.pl [new file with mode: 0644]
snmplib/parse.c
src/DescriptorSet.h
src/DiskIO/DiskDaemon/DiskdFile.cc
src/LeakFinder.cc
src/acl/HttpStatus.cc
src/adaptation/AccessRule.cc
src/adaptation/ecap/Config.cc
src/adaptation/icap/Config.cc
src/client_side_request.cci
src/comm/IoCallback.h
src/esi/Module.cc
src/fs/diskd/StoreFSdiskd.cc
src/ipc/ReadWriteLock.cc
src/ipc/SharedListen.cc
src/ipc/StoreMap.cc
src/ipc/TypedMsgHdr.cc
src/log/access_log.cc
src/ssl/ErrorDetailManager.h
src/tests/testCacheManager.cc
src/tests/testConfigParser.cc
src/tests/testDiskIO.cc
src/tests/testStoreController.cc
src/tests/testStoreHashIndex.cc
src/tests/testString.cc