diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-20 17:42:34 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-20 17:42:34 +0000 |
commit | bf61871271971aa45237fb9ba7fa4c63ae083ff2 (patch) | |
tree | ca98553ba861a40d1391c7fceee437489460dd4a /src/libutil | |
parent | e45754e530c00e8ec7cd7ca5a405061a8a82aa3c (diff) |
parser.hh -> split.hh
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/hash.cc | 2 | ||||
-rw-r--r-- | src/libutil/split.hh (renamed from src/libutil/parser.hh) | 0 |
2 files changed, 1 insertions, 1 deletions
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 |