]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/CompletionDispatcher.h
Removed squid-old.h
[thirdparty/squid.git] / src / CompletionDispatcher.h
index e5b6d578df78ffa79534e32c8ca1e0a315e5a471..788bd6deb8a15658ae54d6516e39e7bfea38e287 100644 (file)
@@ -34,9 +34,6 @@
 #ifndef SQUID_COMPLETIONDISPATCHER_H
 #define SQUID_COMPLETIONDISPATCHER_H
 
-#include "squid-old.h"
-
-
 /* Dispatch code to handle events that have completed. Completed events are queued
  * with a completion dispatcher by the OS Async engine - i.e. the poll or kqueue or
  * select loop, or a signal reciever, or the diskd/diskthreads/etc modules.