]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update to squid_endian.h from Alan Barrett
authorrobertc <>
Thu, 7 Aug 2003 19:31:34 +0000 (19:31 +0000)
committerrobertc <>
Thu, 7 Aug 2003 19:31:34 +0000 (19:31 +0000)
include/squid_endian.h

index e45c382757259f4ade8f13833798f39b7e84007f..979b7c1f206161c3e4771317207a060f60e2740e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: squid_endian.h,v 1.1 2003/08/05 21:40:07 robertc Exp $
+ * $Id: squid_endian.h,v 1.2 2003/08/07 13:31:34 robertc Exp $
  *
  * AUTHOR: Alan Barrett
  *
@@ -65,7 +65,6 @@
  *
  * Some systems define htobe16()/be16toh() and friends in <sys/endian.h>.
  */
-#include <sys/types.h>
 #if HAVE_BYTESWAP_H
 #  include <byteswap.h>
 #endif /* HAVE_BYTESWAP_H */