]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorsquidadm@squid-cache.org <>
Mon, 1 Dec 2014 06:11:47 +0000 (06:11 +0000)
committersquidadm@squid-cache.org <>
Mon, 1 Dec 2014 06:11:47 +0000 (06:11 +0000)
src/cbdata.cc
src/mem/old_api.cc
src/tests/Stub.list

index 2ebbdfc6c1b642174eb6e208a74003fbfe3aa93d..ac1a72163db4af9a49c6c674d0828853ff91432e 100644 (file)
@@ -24,9 +24,9 @@
 #include "squid.h"
 #include "cbdata.h"
 #include "Generic.h"
+#include "mem/Pool.h"
 #include "mgr/Registration.h"
 #include "Store.h"
-#include "mem/Pool.h"
 
 #include <climits>
 #if USE_CBDATA_DEBUG
index f264db09d113717923819534caa99f4c2a8d7dca..fb0cb5b1b913ea905783f5f9c15493c9c4ac81fe 100644 (file)
@@ -19,9 +19,9 @@
 #include "icmp/net_db.h"
 #include "md5.h"
 #include "mem/forward.h"
+#include "mem/Pool.h"
 #include "MemBuf.h"
 #include "memMeter.h"
-#include "mem/Pool.h"
 #include "mgr/Registration.h"
 #include "RegexList.h"
 #include "SquidConfig.h"
index 6cc84f639ad0e47a109b4b0f2659383d2e81df26..0f7f02ede7633cc096f51c3ac45ec0ec65765f7b 100644 (file)
@@ -46,11 +46,11 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_libeui.cc \
        tests/stub_libformat.cc \
        tests/stub_libicmp.cc \
+       tests/stub_libmem.cc \
        tests/stub_libmgr.cc \
        tests/stub_libsslsquid.cc \
        tests/stub_main_cc.cc \
        tests/stub_MemBuf.cc \
-       tests/stub_libmem.cc \
        tests/stub_mem_node.cc \
        tests/stub_MemObject.cc \
        tests/stub_MemStore.cc \