diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-14T00·51+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-14T00·51+0100 |
commit | 4e0607369e86f0a8e2d55df831567a410ffd3328 (patch) | |
tree | d747cb1aa0bb58f1ceebc9fa747f64a4a1ad8c4d /src/libexpr | |
parent | 8bdff8c1003501bab0dbc63ed6c391ff2f2da4b5 (diff) |
Pedantry
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/parser.y | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y index dcb270b862a3..ff174815e71f 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; |