about summary refs log tree commit diff
path: root/src/libnix/references.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnix/references.hh')
-rw-r--r--src/libnix/references.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libnix/references.hh b/src/libnix/references.hh
index d009453d6a00..ada23a883302 100644
--- a/src/libnix/references.hh
+++ b/src/libnix/references.hh
@@ -1,5 +1,5 @@
-#ifndef __VALUES_H
-#define __VALUES_H
+#ifndef __REFERENCES_H
+#define __REFERENCES_H
 
 #include "util.hh"
 
@@ -7,4 +7,4 @@
 Strings filterReferences(const Path & path, const Strings & refs);
 
 
-#endif /* !__VALUES_H */
+#endif /* !__REFERENCES_H */