* Remove unnecessary inclusions of aterm2.h.
This commit is contained in:
parent
2382a729e0
commit
4be5443882
7 changed files with 13 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "derivations.hh"
|
||||
#include "store.hh"
|
||||
#include "aterm.hh"
|
||||
|
||||
#include "derivations-ast.hh"
|
||||
#include "derivations-ast.cc"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#ifndef __DERIVATIONS_H
|
||||
#define __DERIVATIONS_H
|
||||
|
||||
#include "aterm.hh"
|
||||
typedef struct _ATerm * ATerm;
|
||||
|
||||
#include "hash.hh"
|
||||
|
||||
#include <map>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
#include "build.hh"
|
||||
#include "db.hh"
|
||||
|
||||
#include <aterm2.h>
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue