Include rearrangement: rest

Change-Id: If9b5502ff348d358d7007b885e26e98a0d228f39
This commit is contained in:
Jade Lovelace
2024-11-18 12:31:19 -08:00
parent eeaa72b62b
commit 103cd44a04
179 changed files with 837 additions and 837 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
#include <gtest/gtest.h>
#include "eval.hh"
#include "progress-bar.hh"
#include "loggers.hh"
#include "logging.hh"
#include "shared.hh"
#include "lix/libexpr/eval.hh"
#include "lix/libmain/progress-bar.hh"
#include "lix/libmain/loggers.hh"
#include "lix/libutil/logging.hh"
#include "lix/libmain/shared.hh"
constexpr std::string_view TEST_URL = "https://github.com/NixOS/nixpkgs/archive/master.tar.gz";
// Arbitrary number. We picked the size of a Nixpkgs tarball that we downloaded.