]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/info.c
There's no reason to include <time.h> in empio.h, except it's missing
[empserver] / src / lib / commands / info.c
index 000a29ac1a33f427f576fd057a3aee492f338eef..4e7f992970c7c9fb338e20cf8a2ffe7e71999d9e 100644 (file)
 
 #include <config.h>
 
-#include "misc.h"
-#include "player.h"
 #include <errno.h>
 #include <string.h>
 #include <stdio.h>
 #include <sys/stat.h>
+#include <time.h>
 #if !defined(_WIN32)
 #include <dirent.h>
 #else
 #include <windows.h>
 #endif
+#include "misc.h"
+#include "player.h"
 #include "commands.h"
 #include "optlist.h"