1
1
Fork 0
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:
Farid Zakaria 2025-10-14 23:20:35 -04:00
parent 7bc3d9b9a9
commit 902faf4fe5
5 changed files with 18 additions and 11 deletions

View file

@ -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"