From 530f881a4e583dca22ba53eb6f8cd37fd7896d06 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 23 Apr 2011 00:03:35 +0200 Subject: [PATCH] Do not include net.h if it is not needed. --- aft.c | 1 - attribute.c | 1 - blob.c | 1 - 3 files changed, 3 deletions(-) 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" -- 2.30.2