aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2021-10-22 14:49:58 -0600
committerBen Burdette <bburdette@gmail.com>2021-10-22 14:49:58 -0600
commitfb8377547bcb6d4dc6464ca34c0fe433e1cfda44 (patch)
tree24dd0fb08285536b55b23abba5b60736dcbf404b /src/libexpr/parser.y
parent71da988d47433543e70cd52dbdd6c907dd3cabda (diff)
more code cleanup
Diffstat (limited to 'src/libexpr/parser.y')
-rw-r--r--src/libexpr/parser.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y
index d6d5c85f5..d1e898677 100644
--- a/src/libexpr/parser.y
+++ b/src/libexpr/parser.y
@@ -22,8 +22,6 @@
#include "eval.hh"
#include "globals.hh"
-#include <iostream>
-
namespace nix {
struct ParseData