aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-14 01:51:14 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-14 01:51:14 +0100
commit4e0607369e86f0a8e2d55df831567a410ffd3328 (patch)
treed747cb1aa0bb58f1ceebc9fa747f64a4a1ad8c4d /src/libexpr/parser.y
parent8bdff8c1003501bab0dbc63ed6c391ff2f2da4b5 (diff)
Pedantry
Diffstat (limited to 'src/libexpr/parser.y')
-rw-r--r--src/libexpr/parser.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y
index dcb270b86..ff174815e 100644
--- a/src/libexpr/parser.y
+++ b/src/libexpr/parser.y
@@ -53,10 +53,6 @@ namespace nix {
#include "parser-tab.hh"
#include "lexer-tab.hh"
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
YY_DECL;
using namespace nix;