1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02: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

@ -4,7 +4,7 @@
#include "util.hh"
#include "worker-protocol.hh"
#include "fs-accessor.hh"
#include "istringstream_nocopy.hh"
namespace nix {