about summary refs log tree commit diff
path: root/src/libstore/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/misc.hh')
-rw-r--r--src/libstore/misc.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libstore/misc.hh b/src/libstore/misc.hh
index 850c12af4e..fe0bbdd799 100644
--- a/src/libstore/misc.hh
+++ b/src/libstore/misc.hh
@@ -1,5 +1,4 @@
-#ifndef __MISC_H
-#define __MISC_H
+#pragma once
 
 #include "derivations.hh"
 
@@ -35,6 +34,3 @@ void queryMissing(StoreAPI & store, const PathSet & targets,
 
 
 }
-
-
-#endif /* !__MISC_H */