mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
More fixes for iwyu
This commit is contained in:
parent
7bc3d9b9a9
commit
902faf4fe5
5 changed files with 18 additions and 11 deletions
|
|
@ -1,19 +1,17 @@
|
|||
#include <nlohmann/json.hpp>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/optional/optional.hpp>
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
#include <cctype>
|
||||
#include <filesystem>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
#include <format>
|
||||
|
||||
#include "nix/util/users.hh"
|
||||
#include "nix/util/config-global.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue