* For debugging: `nix --verify' to check the consistency of the
database and store.
This commit is contained in:
parent
71cc3ceae5
commit
b3fc38bf6a
7 changed files with 139 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue