From 4297ae70fd81d3092559610b088d3b5fff0fe212 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Tue, 26 May 2020 22:10:22 -0700 Subject: [PATCH] Core: Fix version header --- include/mgba/core/version.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mgba/core/version.h b/include/mgba/core/version.h index 7749723c1..b261ab6d3 100644 --- a/include/mgba/core/version.h +++ b/include/mgba/core/version.h @@ -10,11 +10,7 @@ extern "C" { #endif -#ifdef MGBA_STANDALONE -#define MGBA_EXPORT -#else #include -#endif extern MGBA_EXPORT const char* const gitCommit; extern MGBA_EXPORT const char* const gitCommitShort;