mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 08:49:35 +01:00
Remove unecessary includes
This commit is contained in:
parent
902faf4fe5
commit
e8b126fa90
7 changed files with 17 additions and 23 deletions
|
|
@ -1,8 +1,15 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "nix/fetchers/fetch-settings.hh"
|
||||
#include "nix/flake/flakeref.hh"
|
||||
#include "nix/fetchers/attrs.hh"
|
||||
#include "nix/fetchers/fetchers.hh"
|
||||
#include "nix/util/configuration.hh"
|
||||
#include "nix/util/error.hh"
|
||||
#include "nix/util/experimental-features.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue