1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 14:31:46 +02:00

* Sync with the trunk.

This commit is contained in:
Eelco Dolstra 2010-10-04 11:44:47 +00:00
commit 71dfe4b90b
4 changed files with 12 additions and 4 deletions

View file

@ -5,6 +5,7 @@
#include "nixexpr.hh"
#include "symbol-table.hh"
#include "hash.hh"
typedef union _ATermList * ATermList;
@ -12,7 +13,6 @@ typedef union _ATermList * ATermList;
namespace nix {
class Hash;
class EvalState;
struct Env;
struct Value;