diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04 22:08:40 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04 22:08:40 +0000 |
commit | 4be5443882cfbe7c2aa09b1c373c220400a5133f (patch) | |
tree | 1ca05b183b746d6243fa378f719410447e2584aa /src/libutil/aterm-map.hh | |
parent | 2382a729e07ae09abb278cc28b137b9c4060101e (diff) |
* Remove unnecessary inclusions of aterm2.h.
Diffstat (limited to 'src/libutil/aterm-map.hh')
-rw-r--r-- | src/libutil/aterm-map.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libutil/aterm-map.hh b/src/libutil/aterm-map.hh index 293df1eb5..3035b6ec5 100644 --- a/src/libutil/aterm-map.hh +++ b/src/libutil/aterm-map.hh @@ -1,7 +1,8 @@ #ifndef __ATERM_MAP_H #define __ATERM_MAP_H -#include <aterm2.h> +typedef struct _ATerm * ATerm; + #include <assert.h> |