parser.hh -> split.hh

This commit is contained in:
John Ericson 2020-07-20 17:42:34 +00:00
parent e45754e530
commit bf61871271
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#include "args.hh"
#include "content-address.hh"
#include "parser.hh"
#include "split.hh"
namespace nix {

View file

@ -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>