]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Do not include net.h if it is not needed.
authorAndre Noll <maan@systemlinux.org>
Fri, 22 Apr 2011 22:03:35 +0000 (00:03 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 May 2011 13:24:17 +0000 (15:24 +0200)
aft.c
attribute.c
blob.c

diff --git a/aft.c b/aft.c
index be4d572e22f1517d1f5c3c970d30e6f6671f4158..0edc701338582f811d587229bf89195e621ff1a6 100644 (file)
--- 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"
index 4c664996bea7dc869d30ed12e41b4f538fdd5d58..42fa421cbbfff275afb9a6d1691911483159bbe7 100644 (file)
@@ -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 dfe4e37431226bb80b298b7b676928897e645413..25aa2a6dc323ed99efba3a78d247c25b27205da1 100644 (file)
--- 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"