about summary refs log tree commit diff
path: root/src/libutil/immutable.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/immutable.hh')
-rw-r--r--src/libutil/immutable.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libutil/immutable.hh b/src/libutil/immutable.hh
index 5a42a46107..8af4190049 100644
--- a/src/libutil/immutable.hh
+++ b/src/libutil/immutable.hh
@@ -1,5 +1,4 @@
-#ifndef __IMMUTABLE_H
-#define __IMMUTABLE_H
+#pragma once
 
 #include <types.hh>
 
@@ -15,5 +14,3 @@ void makeImmutable(const Path & path);
 void makeMutable(const Path & path);
 
 }
-
-#endif /* !__IMMUTABLE_H */