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