summaryrefslogtreecommitdiff
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-18 19:30:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-18 19:30:27 +0000
commit5e2dace1ca6fbb023d1ce848d4e98deefbbfec31 (patch)
tree11c326472dc001b64ae56f165323934d72a95336 /nanoftp.c
parent8599e70dd39c4cdc3da79fdc07859c911381b00b (diff)
downloadlibxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.tar.gz
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup .. * configure.in Makefile.am: removed libxml softlink for good * include/libxml/*.h *.c doc/Makefile.am: cleanup to get 100% coverage by gtk-doc Daniel
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/nanoftp.c b/nanoftp.c
index c6fb7d2d..c8ff2617 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -12,18 +12,11 @@
#define HAVE_NETINET_IN_H
#define HAVE_NETDB_H
#define HAVE_SYS_TIME_H
-#include "libxml.h"
-#ifdef WITHOUT_TRIO
-#include <stdio.h>
-#else
-#define TRIO_REPLACE_STDIO
-#include "trio.h"
-#endif
#else /* STANDALONE */
#define NEED_SOCKETS
-#include "libxml.h"
#endif /* STANDALONE */
+#include "libxml.h"
#ifdef LIBXML_FTP_ENABLED
#include <string.h>