* Remove unnecessary inclusions of aterm2.h.

This commit is contained in:
Eelco Dolstra
2006-09-04 22:08:40 +00:00
parent 2382a729e0
commit 4be5443882
7 changed files with 13 additions and 9 deletions
+2
View File
@@ -5,6 +5,8 @@
#include <assert.h>
#include <stdlib.h>
#include <aterm2.h>
namespace nix {
+2 -1
View File
@@ -1,7 +1,8 @@
#ifndef __ATERM_MAP_H
#define __ATERM_MAP_H
#include <aterm2.h>
typedef struct _ATerm * ATerm;
#include <assert.h>