From: Andre Noll Date: Fri, 22 Apr 2011 22:03:35 +0000 (+0200) Subject: Do not include net.h if it is not needed. X-Git-Tag: v0.4.8~33^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=530f881a4e583dca22ba53eb6f8cd37fd7896d06;ds=inline Do not include net.h if it is not needed. --- diff --git a/aft.c b/aft.c index be4d572e..0edc7013 100644 --- a/aft.c +++ b/aft.c @@ -18,7 +18,6 @@ #include "string.h" #include "afh.h" #include "afs.h" -#include "net.h" #include "fd.h" #include "ipc.h" #include "portable_io.h" diff --git a/attribute.c b/attribute.c index 4c664996..42fa421c 100644 --- a/attribute.c +++ b/attribute.c @@ -15,7 +15,6 @@ #include "string.h" #include "afh.h" #include "afs.h" -#include "net.h" #include "ipc.h" static struct osl_table *attribute_table; diff --git a/blob.c b/blob.c index dfe4e374..25aa2a6d 100644 --- a/blob.c +++ b/blob.c @@ -16,7 +16,6 @@ #include "string.h" #include "afh.h" #include "afs.h" -#include "net.h" #include "ipc.h" #include "portable_io.h"