diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2015-07-15 18:43:52 +0200 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2015-07-15 18:43:52 +0200 |
commit | 6db0c2ce968b4446944cf18680cb2265a1248188 (patch) | |
tree | ee540c01b7340d1f934be4c811ae5f903790a201 | |
parent | 2fed3d988fb48e5929b7c3da3695f0ed86a7e79e (diff) |
Reorder includes
-rw-r--r-- | misc/tde.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |