Empty fix

This commit is contained in:
lexborisov 2017-03-14 17:32:51 +03:00
parent 2055ee6d00
commit 43b4ddf125
2 changed files with 6 additions and 6 deletions

View File

@ -18,6 +18,9 @@
Authors: lex.borisov@gmail.com (Alexander Borisov) Authors: lex.borisov@gmail.com (Alexander Borisov)
*/ */
#include "mycore/myosi.h"
#include "mycore/perf.h"
#ifdef MyCORE_WITH_PERF #ifdef MyCORE_WITH_PERF
#if MODEST_BUILD_OS == Darwin || MODEST_BUILD_OS == FreeBSD #if MODEST_BUILD_OS == Darwin || MODEST_BUILD_OS == FreeBSD
@ -25,9 +28,6 @@
#elif MODEST_BUILD_OS == Linux #elif MODEST_BUILD_OS == Linux
#endif #endif
#include "mycore/myosi.h"
#include "mycore/perf.h"
struct mycore_perf { struct mycore_perf {
unsigned long long start; unsigned long long start;
unsigned long long end; unsigned long long end;

View File

@ -18,12 +18,12 @@
Authors: lex.borisov@gmail.com (Alexander Borisov) Authors: lex.borisov@gmail.com (Alexander Borisov)
*/ */
#ifdef MyCORE_WITH_PERF
#include <windows.h>
#include "mycore/myosi.h" #include "mycore/myosi.h"
#include "mycore/perf.h" #include "mycore/perf.h"
#ifdef MyCORE_WITH_PERF
#include <windows.h>
struct mycore_perf { struct mycore_perf {
LARGE_INTEGER start; LARGE_INTEGER start;
LARGE_INTEGER end; LARGE_INTEGER end;