aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
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>