aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/main.cc
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/main.cc
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/main.cc')
-rw-r--r--plpftp/main.cc3
1 files changed, 1 insertions, 2 deletions
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>