diff options
Diffstat (limited to 'opentrack-compat/shm.h')
-rw-r--r-- | opentrack-compat/shm.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/opentrack-compat/shm.h b/opentrack-compat/shm.h index 3edb0080..e41daaef 100644 --- a/opentrack-compat/shm.h +++ b/opentrack-compat/shm.h @@ -24,11 +24,8 @@ # pragma GCC diagnostic ignored "-Wattributes" #endif -#ifdef BUILD_compat -# include "compat-export.hpp" -#else -# include "compat-import.hpp" -#endif +#include "export.hpp" + class OPENTRACK_COMPAT_EXPORT PortableLockedShm { public: |