aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effectslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/effectslot.h')
-rw-r--r--alc/effectslot.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/alc/effectslot.h b/alc/effectslot.h
index c1eb1cc3..cbb1a2f5 100644
--- a/alc/effectslot.h
+++ b/alc/effectslot.h
@@ -1,14 +1,13 @@
#ifndef EFFECTSLOT_H
#define EFFECTSLOT_H
-#include <atomic.h>
+#include <atomic>
#include "almalloc.h"
-#include "alcmain.h"
+#include "core/device.h"
#include "effects/base.h"
#include "intrusive_ptr.h"
-
struct EffectSlot;
struct WetBuffer;