diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-21 04:13:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-21 04:13:47 +0000 |
commit | 67f110517e3e39ab196c88b724b23faed89628c8 (patch) | |
tree | e4a41242ea61c41459b6d2d002372c08800807b2 | |
parent | a53ce03c65e46b1c6490ad0abbfb949e7bb81c5f (diff) |
1998-12-20 Roland McGrath <roland@baalperazim.frob.com>
* storeinfo.c: Don't include <netinet/in.h>.
-rw-r--r-- | ext2fs/storeinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext2fs/storeinfo.c b/ext2fs/storeinfo.c index 55197069..ce7bc534 100644 --- a/ext2fs/storeinfo.c +++ b/ext2fs/storeinfo.c @@ -19,7 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <string.h> -#include <netinet/in.h> /* htonl */ #include <hurd/store.h> #include "ext2fs.h" |