diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T22·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T22·08+0000 |
commit | 4be5443882cfbe7c2aa09b1c373c220400a5133f (patch) | |
tree | 1ca05b183b746d6243fa378f719410447e2584aa /src/libstore/derivations.hh | |
parent | 2382a729e07ae09abb278cc28b137b9c4060101e (diff) |
* Remove unnecessary inclusions of aterm2.h.
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r-- | src/libstore/derivations.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index d1c9db50849f..3aa750962e79 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -1,7 +1,8 @@ #ifndef __DERIVATIONS_H #define __DERIVATIONS_H -#include "aterm.hh" +typedef struct _ATerm * ATerm; + #include "hash.hh" #include <map> |