3b3e267221
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 |
||
---|---|---|
.. | ||
data | ||
CMakeLists.txt | ||
test_data_util.cc | ||
test_data_util.h | ||
test_web_server.cc | ||
test_web_server.h |