diff options
author | Chris Robinson <[email protected]> | 2019-07-30 21:50:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-30 21:50:47 -0700 |
commit | 4cd7eee01cd7ab2cb14ca71551954f5bd76bfd12 (patch) | |
tree | 531480935d4756c88440c89860158409d3a2137f | |
parent | f286c3fa3857579a6c7cf84f32ff953e498577bf (diff) |
Remove improper include
-rw-r--r-- | al/state.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/al/state.cpp b/al/state.cpp index 3f2f8b79..3e8f4d18 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -38,7 +38,6 @@ #include "alspan.h" #include "alu.h" #include "atomic.h" -#include "error.h" #include "event.h" #include "inprogext.h" #include "opthelpers.h" |