1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 13:31:48 +02:00

* 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

View file

@ -1,5 +1,6 @@
#include "derivations.hh"
#include "store.hh"
#include "aterm.hh"
#include "derivations-ast.hh"
#include "derivations-ast.cc"