webatintel / aquarium

BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

Re-order #include directives #142

Closed hujiajie closed 4 years ago

hujiajie commented 4 years ago

Headers are included in the following order:

  1. associated header
  2. standard system headers
  3. third-party libraries' headers
  4. project headers

Standard system headers are included in angle brackets, and all other headers are included in quotes.

gyagp commented 4 years ago

LGTM, thanks for cleanup!