- removed unused macOS specific #include

This commit is contained in:
alexey.lysiuk 2018-07-15 12:14:59 +03:00
parent 7c527de374
commit e2ac5cdf57
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@
#include <stdio.h> #include <stdio.h>
#include <stddef.h> #include <stddef.h>
#include <memory> #include <memory>
#ifdef __APPLE__
#include <CoreServices/CoreServices.h>
#endif
#include "i_time.h" #include "i_time.h"
#include "templates.h" #include "templates.h"