aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libstore/content-address.cc2
-rw-r--r--src/libutil/hash.cc2
-rw-r--r--src/libutil/split.hh (renamed from src/libutil/parser.hh)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/content-address.cc b/src/libstore/content-address.cc
index a562f2d23..749551d1a 100644
--- a/src/libstore/content-address.cc
+++ b/src/libstore/content-address.cc
@@ -1,6 +1,6 @@
#include "args.hh"
#include "content-address.hh"
-#include "parser.hh"
+#include "split.hh"
namespace nix {
diff --git a/src/libutil/hash.cc b/src/libutil/hash.cc
index c7ccb809d..65ba1dc81 100644
--- a/src/libutil/hash.cc
+++ b/src/libutil/hash.cc
@@ -7,7 +7,7 @@
#include "args.hh"
#include "hash.hh"
#include "archive.hh"
-#include "parser.hh"
+#include "split.hh"
#include "util.hh"
#include <sys/types.h>
diff --git a/src/libutil/parser.hh b/src/libutil/split.hh
index d19d7d8ed..d19d7d8ed 100644
--- a/src/libutil/parser.hh
+++ b/src/libutil/split.hh