1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-04 08:00:59 +01:00

Remove unecessary includes

This commit is contained in:
Farid Zakaria 2025-10-14 23:43:33 -04:00
parent 902faf4fe5
commit e8b126fa90
7 changed files with 17 additions and 23 deletions

View file

@ -1,6 +1,8 @@
#include "nix/flake/url-name.hh"
#include <gtest/gtest.h>
#include "nix/flake/url-name.hh"
#include "nix/util/url.hh"
namespace nix {
/* ----------- tests for url-name.hh --------------------------------------------------*/