From 061148072f6bbcda20d57a4512e414c833129479 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 16:04:54 -0700 Subject: Update include headers Don't add alc/ to the include paths. --- core/helpers.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/helpers.cpp') diff --git a/core/helpers.cpp b/core/helpers.cpp index a2f1a6c9..94219544 100644 --- a/core/helpers.cpp +++ b/core/helpers.cpp @@ -10,9 +10,9 @@ #include #include #include +#include #include -#include "alcmain.h" #include "almalloc.h" #include "alfstream.h" #include "aloptional.h" @@ -199,7 +199,8 @@ void SetRTPriority(void) #include #include -#include "core/rtkit.h" +#include "dbus_wrap.h" +#include "rtkit.h" #ifndef RLIMIT_RTTIME #define RLIMIT_RTTIME 15 #endif -- cgit v1.2.3