summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-09 10:50:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-09 10:50:47 +0200
commitb94bbf1cb46b7d9f2aa984ff7c9b1545982684b4 (patch)
tree83ffe1e7bfff1eb62e1cdf08d1b778f576277f59
parentbsps/powerpc: Update to RTEMS printer changes (diff)
downloadrtems-b94bbf1cb46b7d9f2aa984ff7c9b1545982684b4.tar.bz2
ftpfs: Remove superfluous include
-rw-r--r--cpukit/libnetworking/lib/ftpfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libnetworking/lib/ftpfs.c
index 170cc3ef7b..e016caeb2e 100644
--- a/cpukit/libnetworking/lib/ftpfs.c
+++ b/cpukit/libnetworking/lib/ftpfs.c
@@ -51,7 +51,6 @@
#include <rtems.h>
#include <rtems/ftpfs.h>
#include <rtems/libio_.h>
-#include <rtems/rtems_bsdnet.h>
#include <rtems/seterr.h>
#ifdef DEBUG