Skip to content

Commit

Permalink
Run include-what-you-use
Browse files Browse the repository at this point in the history
  • Loading branch information
meator committed Jul 25, 2024
1 parent 403c2ee commit 434eb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/FieldCodes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

#include "FieldCodes.hh"

#include <optional>
#include <algorithm>
#include <iterator>
#include <stdexcept>

#include "Application.hh"
#include "CMDLineAssembler.hh"
#include "Utilities.hh"

void expand_field_codes(std::vector<std::string> &args, const Application &app,
Expand Down
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/xchar.h>
#include <fmt/ranges.h>
#include <spdlog/common.h>
#include <spdlog/logger.h>
#include <spdlog/sinks/ansicolor_sink.h>
Expand Down

0 comments on commit 434eb80

Please sign in to comment.