aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-07-15 18:43:52 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-07-15 18:43:52 +0200
commit6db0c2ce968b4446944cf18680cb2265a1248188 (patch)
treeee540c01b7340d1f934be4c811ae5f903790a201 /misc
parent2fed3d988fb48e5929b7c3da3695f0ed86a7e79e (diff)
Reorder includes
Diffstat (limited to 'misc')
-rw-r--r--misc/tde.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tde.c b/misc/tde.c
index 1aefa82..81beda0 100644
--- a/misc/tde.c
+++ b/misc/tde.c
@@ -2,13 +2,15 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <errno.h>
+#include <malloc.h>
+
#include <CSTAapdu.h>
#include <CSTAServices.h>
-#include <malloc.h>
#include <CSTAEventReportArgument.h>
#include <MonitorStartArgument.h>