* For debugging: `nix --verify' to check the consistency of the

database and store.
This commit is contained in:
Eelco Dolstra 2003-07-17 12:27:55 +00:00
parent 71cc3ceae5
commit b3fc38bf6a
7 changed files with 139 additions and 14 deletions

View file

@ -1,8 +1,6 @@
#ifndef __FSTATE_H
#define __FSTATE_H
#include <set>
extern "C" {
#include <aterm2.h>
}
@ -53,8 +51,6 @@ using namespace std;
typedef ATerm FState;
typedef ATerm Content;
typedef set<string> StringSet;
typedef list<FSId> FSIds;