Skip to content

Commit

Permalink
Move one more headers to args.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Nov 10, 2020
1 parent e01d26e commit 14f6bd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/fmt/args.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define FMT_ARGS_H_

#include <functional> // std::reference_wrapper
#include <memory> // std::unique_ptr
#include <vector>

#include "core.h"
Expand Down
1 change: 0 additions & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <cstdio> // std::FILE
#include <cstring>
#include <iterator>
#include <memory>
#include <string>
#include <type_traits>

Expand Down

0 comments on commit 14f6bd0

Please sign in to comment.