diff options
author | Chris Robinson <[email protected]> | 2019-07-29 09:29:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-29 09:29:35 -0700 |
commit | f0408809d6b2012aca0f1e8a344e087cb504a231 (patch) | |
tree | 3cecaa9827519ce5419febe9f584881ad286c97e /common/alspan.h | |
parent | 40e937c63a2a74ef2ff94ba8a056cce0a07832ed (diff) |
Cleanup common sources' includes
Diffstat (limited to 'common/alspan.h')
-rw-r--r-- | common/alspan.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/alspan.h b/common/alspan.h index b7995121..60a2bc4a 100644 --- a/common/alspan.h +++ b/common/alspan.h @@ -1,11 +1,11 @@ #ifndef AL_SPAN_H #define AL_SPAN_H -#include <cstddef> - #include <array> -#include <type_traits> +#include <cstddef> #include <initializer_list> +#include <iterator> +#include <type_traits> namespace al { |