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/libexpr/nixexpr.hh | |
parent | 2382a729e07ae09abb278cc28b137b9c4060101e (diff) |
* Remove unnecessary inclusions of aterm2.h.
Diffstat (limited to 'src/libexpr/nixexpr.hh')
-rw-r--r-- | src/libexpr/nixexpr.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/nixexpr.hh b/src/libexpr/nixexpr.hh index af39997c5ec1..69a47a5adcaf 100644 --- a/src/libexpr/nixexpr.hh +++ b/src/libexpr/nixexpr.hh @@ -3,8 +3,6 @@ #include <map> -#include <aterm2.h> - #include "aterm-map.hh" #include "types.hh" |