removing ifdef, including time.h is fine

This commit is contained in:
boblaublaw 2015-08-03 18:14:13 -07:00
parent 5d1eb055da
commit 654f0e64b9
1 changed files with 0 additions and 2 deletions

View File

@ -10,9 +10,7 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#ifdef __APPLE__
#include <time.h>
#endif
#include "../diskimg/DiskImg.h"
using namespace DiskImgLib;