aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-23 16:09:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-25 08:05:43 +0200
commitad7d4bd0722aa70ba634900cebf93a1b1814fed9 (patch)
treefbfa28c4602dea0be178e63d1e6a1b2667e85190 /build2/b.cxx
parenta8bef4ff20100c518816c641ae1ff9783306c167 (diff)
Only do "effective escaping" (['"\$(]) on the command line
This will make things more convenient on Windows provided we use "sane" paths (no spaces, no (), etc).
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 748eda7..b2ba2c1 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -30,8 +30,6 @@
#include <build2/context>
#include <build2/variable>
-#include <build2/token>
-#include <build2/lexer>
#include <build2/parser>
#include <build2/b-options>