diff options
Diffstat (limited to 'third_party/nix/src/libexpr/primops/fetchGit.cc')
-rw-r--r-- | third_party/nix/src/libexpr/primops/fetchGit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libexpr/primops/fetchGit.cc b/third_party/nix/src/libexpr/primops/fetchGit.cc index 07a0770a3fca..21994db07616 100644 --- a/third_party/nix/src/libexpr/primops/fetchGit.cc +++ b/third_party/nix/src/libexpr/primops/fetchGit.cc @@ -1,3 +1,4 @@ +#include <glog/logging.h> #include <sys/time.h> #include <nlohmann/json.hpp> #include <regex> @@ -7,7 +8,6 @@ #include "pathlocks.hh" #include "primops.hh" #include "store-api.hh" -#include <glog/logging.h> using namespace std::string_literals; |