about summary refs log tree commit diff
path: root/src/nix-store/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/dotgraph.hh')
-rw-r--r--src/nix-store/dotgraph.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh
index 2318e2fde4..68410d8415 100644
--- a/src/nix-store/dotgraph.hh
+++ b/src/nix-store/dotgraph.hh
@@ -1,5 +1,4 @@
-#ifndef __DOTGRAPH_H
-#define __DOTGRAPH_H
+#pragma once
 
 #include "types.hh"
 
@@ -8,5 +7,3 @@ namespace nix {
 void printDotGraph(const PathSet & roots);
 
 }
-
-#endif /* !__DOTGRAPH_H */