shaka-packager/packager/utils
Joey Parrish 3b3e267221
style: Sort headers to comply with the style guide (#1273)
Reorder headers to follow the Google C++ Style Guide:

> In dir/foo.cc or dir/foo_test.cc:
>
> 1. dir2/foo2.h.
> 2. A blank line
> 3. C system headers (more precisely: headers in angle brackets with
the .h extension), e.g., <unistd.h>, <stdlib.h>.
> 4. A blank line
> 5. C++ standard library headers (without file extension), e.g.,
<algorithm>, <cstddef>.
> 6. A blank line
> 7. Other libraries' .h files.
> 8. A blank line
> 9. Your project's .h files.


https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2023-10-11 16:49:50 +08:00
..
CMakeLists.txt feat: port demuxer and app to cmake (#1260) 2023-09-08 17:44:17 -07:00
absl_flag_hexbytes.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
absl_flag_hexbytes.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
bytes_to_string_view.h feat: port media/codecs to CMake (#1143) 2022-12-15 16:53:36 -08:00
clock.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
clock.h feat: convert mpd module to cmake (#1234) 2023-08-04 20:45:21 -07:00
hex_parser.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
hex_parser.h feat: port media/formats/* to cmake (#1258) 2023-08-31 16:59:46 -07:00
string_trim_split.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
string_trim_split.h feat: port demuxer and app to cmake (#1260) 2023-09-08 17:44:17 -07:00
test_clock.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
test_clock.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00