style: update include guards and incl statements to follow google style guide

This commit is contained in:
Aaron Po
2026-06-28 13:07:14 -04:00
parent 98f97b8e2c
commit c0ffdb0ec7
28 changed files with 199 additions and 143 deletions

View File

@@ -7,7 +7,6 @@
* inputs.
*/
#include <boost/program_options.hpp>
#include <cstdint>
#include <filesystem>
#include <memory>
@@ -16,6 +15,8 @@
#include <string_view>
#include <vector>
#include <boost/program_options.hpp>
class ILogger;
namespace prog_opts = boost::program_options;