diff options
author | Chris Robinson <[email protected]> | 2021-04-27 16:04:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 16:04:54 -0700 |
commit | 061148072f6bbcda20d57a4512e414c833129479 (patch) | |
tree | 5bf9c8897eec173cb2846924711f2d79f07fbeff /core/helpers.cpp | |
parent | 2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff) |
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'core/helpers.cpp')
-rw-r--r-- | core/helpers.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
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 <cstdio> #include <cstring> #include <mutex> +#include <limits> #include <string> -#include "alcmain.h" #include "almalloc.h" #include "alfstream.h" #include "aloptional.h" @@ -199,7 +199,8 @@ void SetRTPriority(void) #include <sys/time.h> #include <sys/resource.h> -#include "core/rtkit.h" +#include "dbus_wrap.h" +#include "rtkit.h" #ifndef RLIMIT_RTTIME #define RLIMIT_RTTIME 15 #endif |