From 06dcfc3fcfe7a93e9ec53406077b3211579cc92f Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Tue, 27 Apr 2021 16:40:22 -0700
Subject: Rename alcmain.h to device.h

---
 alc/backends/sdl2.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'alc/backends/sdl2.cpp')

diff --git a/alc/backends/sdl2.cpp b/alc/backends/sdl2.cpp
index 800ae935..fe8ece31 100644
--- a/alc/backends/sdl2.cpp
+++ b/alc/backends/sdl2.cpp
@@ -20,16 +20,15 @@
 
 #include "config.h"
 
-#include "backends/sdl2.h"
+#include "sdl2.h"
 
 #include <cassert>
 #include <cstdlib>
 #include <cstring>
 #include <string>
 
-#include "alcmain.h"
 #include "almalloc.h"
-#include "alu.h"
+#include "core/device.h"
 #include "core/logging.h"
 
 #include <SDL2/SDL.h>
-- 
cgit v1.2.3