There's no reason to include <time.h> in empio.h, except it's missing

in a couple of other files.  Include it where it's needed.
This commit is contained in:
Markus Armbruster 2005-12-28 21:25:39 +00:00
parent 3b90d0cb81
commit 0d267e0b24
9 changed files with 15 additions and 12 deletions

View file

@ -36,17 +36,18 @@
#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"