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 /alc/effects/vmorpher.cpp | |
parent | 2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff) |
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'alc/effects/vmorpher.cpp')
-rw-r--r-- | alc/effects/vmorpher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/vmorpher.cpp b/alc/effects/vmorpher.cpp index c3790e30..6c419ba2 100644 --- a/alc/effects/vmorpher.cpp +++ b/alc/effects/vmorpher.cpp @@ -38,6 +38,8 @@ #include <functional> #include <iterator> +#include "alc/effects/base.h" +#include "alc/effectslot.h" #include "almalloc.h" #include "alnumeric.h" #include "alspan.h" @@ -47,8 +49,6 @@ #include "core/devformat.h" #include "core/device.h" #include "core/mixer.h" -#include "effects/base.h" -#include "effectslot.h" #include "intrusive_ptr.h" #include "math_defs.h" |