aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/packet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/packet.cc')
-rw-r--r--ncpd/packet.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/ncpd/packet.cc b/ncpd/packet.cc
index d352fc9..48f2a5e 100644
--- a/ncpd/packet.cc
+++ b/ncpd/packet.cc
@@ -25,22 +25,21 @@
#include <config.h>
#endif
+#include <string>
+#include <fstream>
+#include <iomanip>
+
#include <stdio.h>
#include <malloc.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
-#include <string>
-#include <fstream>
-#include <iomanip>
#include <errno.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <signal.h>
-extern "C" {
#include "mp_serial.h"
-}
#include "packet.h"
#include "link.h"
#include "main.h"