aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-15 15:40:26 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-15 15:40:26 +0000
commite458274063f2161af11bd1a9a8a18ab7aba2aae9 (patch)
tree5e047bc178d6e4580e63f9e91a23d989ecdf48ab /plpftp
parente97998de3978aa9201d934755b6d3309e7bf61b6 (diff)
downloadplptools-e458274063f2161af11bd1a9a8a18ab7aba2aae9.tar.gz
plptools-e458274063f2161af11bd1a9a8a18ab7aba2aae9.tar.bz2
plptools-e458274063f2161af11bd1a9a8a18ab7aba2aae9.zip
Fixes to make "make distcheck" work, including some reordering of
#includes to make supplied gettext work.
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/ftp.cc2
-rw-r--r--plpftp/main.cc3
2 files changed, 2 insertions, 3 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc
index c1bcb05..3a4b612 100644
--- a/plpftp/ftp.cc
+++ b/plpftp/ftp.cc
@@ -27,10 +27,10 @@
#include "config.h"
#endif
-#include <plpintl.h>
#include <rfsv.h>
#include <rpcs.h>
#include <rclip.h>
+#include <plpintl.h>
#include <ppsocket.h>
#include <bufferarray.h>
#include <bufferstore.h>
diff --git a/plpftp/main.cc b/plpftp/main.cc
index bde68bc..781da19 100644
--- a/plpftp/main.cc
+++ b/plpftp/main.cc
@@ -25,13 +25,12 @@
#include <config.h>
#endif
-#include <plpintl.h>
-#include <ppsocket.h>
#include <rfsv.h>
#include <rfsvfactory.h>
#include <rpcs.h>
#include <rpcsfactory.h>
#include <rclip.h>
+#include <plpintl.h>
#include <ppsocket.h>
#include <bufferstore.h>