aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-16 08:09:56 -0800
committerChris Robinson <[email protected]>2018-11-16 08:09:56 -0800
commitce370be52b70f09cd87e8dff80f2dcd289203423 (patch)
treefa65ff9cb2936250721570abb82ae462858ee7e2 /Alc/backends
parent50f36d39f7e62cd9c8701ef12515cf2b24204069 (diff)
Remove some unneeded includes
Diffstat (limited to 'Alc/backends')
-rw-r--r--Alc/backends/base.h4
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 */