aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/null.cpp')
-rw-r--r--alc/backends/null.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/alc/backends/null.cpp b/alc/backends/null.cpp
index 763d4d2e..5a8fc255 100644
--- a/alc/backends/null.cpp
+++ b/alc/backends/null.cpp
@@ -20,7 +20,7 @@
#include "config.h"
-#include "backends/null.h"
+#include "null.h"
#include <exception>
#include <atomic>
@@ -30,9 +30,8 @@
#include <functional>
#include <thread>
-#include "alcmain.h"
+#include "core/device.h"
#include "almalloc.h"
-#include "alu.h"
#include "core/helpers.h"
#include "threads.h"