aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 8eec94fcb..501ac93d0 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -1,12 +1,12 @@
#ifndef __EVAL_H
#define __EVAL_H
-#include <map>
-
#include "nixexpr.hh"
#include "symbol-table.hh"
#include "hash.hh"
+#include <map>
+
namespace nix {