remove unused includes in libstore/globals.hh
Change-Id: I14e31b32458b5caa20cbfa9b116c08316a6a6964
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#pragma once
|
||||
///@file
|
||||
|
||||
#include "lix/libutil/environment-variables.hh"
|
||||
// libstore-settings.gen.inc uses getEnv().
|
||||
#include "lix/libutil/environment-variables.hh" // IWYU pragma: keep
|
||||
#include "lix/libutil/types.hh"
|
||||
#include "lix/libutil/config.hh"
|
||||
|
||||
#include <map>
|
||||
#include <limits>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
namespace nix {
|
||||
|
||||
Reference in New Issue
Block a user