aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-05-21 21:51:54 +0000
committerFritz Elfert <felfert@to.com>2001-05-21 21:51:54 +0000
commit4e8a760688d3b9e7e6637d979b71bbd7161ba09c (patch)
tree5bd6064c7276c28e564607b1b98bfabcde1b75bd /plpftp
parent469d0a16138b683858a72e2d71e4abf8a7f9bc0f (diff)
downloadplptools-4e8a760688d3b9e7e6637d979b71bbd7161ba09c.tar.gz
plptools-4e8a760688d3b9e7e6637d979b71bbd7161ba09c.tar.bz2
plptools-4e8a760688d3b9e7e6637d979b71bbd7161ba09c.zip
fixed some includes.
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/ftp.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index 8141f2b..e0de311 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -41,13 +41,13 @@
#include <sys/stat.h>
#include <signal.h>
-#include "intl.h"
+#include <plpintl.h>
+#include <rfsv.h>
+#include <rpcs.h>
+#include <bufferarray.h>
+#include <bufferstore.h>
+#include <Enum.h>
#include "ftp.h"
-#include "rfsv.h"
-#include "rpcs.h"
-#include "bufferarray.h"
-#include "bufferstore.h"
-#include "Enum.h"
#if HAVE_LIBREADLINE
extern "C" {