]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed explicit sys/types.h #inclusion per Amos request.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 11 Sep 2011 21:52:19 +0000 (15:52 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 11 Sep 2011 21:52:19 +0000 (15:52 -0600)
src/ipc/StrandCoord.h
src/ipc/StrandSearch.h
src/ipc/mem/Segment.cc

index 0970f0cfcfd41b3b030b67a5394b6c826cca3932..d6fc5f82697a1d6570fe7fc99bd996e5ea2c53d3 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "ipc/forward.h"
 #include "SquidString.h"
-#include <sys/types.h>
 
 namespace Ipc
 {
index 913f66198702a49b7217a507cf3838205b14a0aa..26134ec79239f5023253fde5d56d7279319f8ecc 100644 (file)
@@ -9,7 +9,6 @@
 #include "ipc/forward.h"
 #include "ipc/StrandCoord.h"
 #include "SquidString.h"
-#include <sys/types.h>
 
 namespace Ipc
 {
index 424f8c4621b1c100f88a5ce5687a106d9b4d8616..98c393ce3cb64a569b96181149bd9d3dd38cee36 100644 (file)
@@ -14,7 +14,6 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <unistd.h>
 
 Ipc::Mem::Segment::Segment(const char *const id):