* Work around a bug in Apple's GCC preprocessor.

This commit is contained in:
Eelco Dolstra 2007-03-30 13:24:35 +00:00
parent 4caca58ff7
commit ae7990cc88
3 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#include "config.h"
#include "local-store.hh"
#include "util.hh"
#include "globals.hh"
@ -7,7 +8,6 @@
#include "aterm.hh"
#include "derivations-ast.hh"
#include "worker-protocol.hh"
#include "config.h"
#include <iostream>
#include <algorithm>