diff options
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r-- | Alc/backends/base.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h index 50da6f38..61b71a47 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -3,8 +3,6 @@ #include "alMain.h" -#ifdef __cplusplus - #include <string> #include <mutex> @@ -116,6 +114,4 @@ struct BackendFactory { virtual ALCbackend *createBackend(ALCdevice *device, ALCbackend_Type type) = 0; }; - -#endif /* __cplusplus */ #endif /* AL_BACKENDS_BASE_H */ |