1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Move istringstream_nocopy to a separate file

This commit is contained in:
Eelco Dolstra 2017-03-21 14:43:03 +01:00
parent 3229f85585
commit f8b84a3b8c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 95 additions and 90 deletions

View file

@ -7,12 +7,12 @@
#include "hash.hh"
#include "archive.hh"
#include "util.hh"
#include "istringstream_nocopy.hh"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
namespace nix {