about summary refs log tree commit diff
path: root/src/nix-env/user-env.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-env/user-env.hh')
-rw-r--r--src/nix-env/user-env.hh9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/nix-env/user-env.hh b/src/nix-env/user-env.hh
index 4125d82173..f188efe9b4 100644
--- a/src/nix-env/user-env.hh
+++ b/src/nix-env/user-env.hh
@@ -1,5 +1,4 @@
-#ifndef __USER_ENV_H
-#define __USER_ENV_H
+#pragma once
 
 #include "get-drvs.hh"
 
@@ -12,9 +11,3 @@ bool createUserEnv(EvalState & state, DrvInfos & elems,
     const string & lockToken);
 
 }
-
-#endif /* !__USER_ENV_H */
-
-
-
-