aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/analyze.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-12-07 23:54:34 -0500
committerGitHub <noreply@github.com>2020-12-07 23:54:34 -0500
commita01d55e801c91b5f8b6beb1ae88640e16ffdf058 (patch)
tree59d121b5f2889bf99dae0d03fa9604a47cb68cd9 /src/stage1/analyze.cpp
parent5f7b97e84c7e2bc7682510e97996ad30147026d0 (diff)
parent1afea36a16ba4963f2a4ad0b2efb5e18680305ac (diff)
downloadzig-a01d55e801c91b5f8b6beb1ae88640e16ffdf058.tar.gz
zig-a01d55e801c91b5f8b6beb1ae88640e16ffdf058.zip
Merge pull request #7309 from ziglang/build-stage1-with-only-zig
ability to build stage1 using only a zig tarball
Diffstat (limited to 'src/stage1/analyze.cpp')
-rw-r--r--src/stage1/analyze.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stage1/analyze.cpp b/src/stage1/analyze.cpp
index e8958052bc..4bbdd38869 100644
--- a/src/stage1/analyze.cpp
+++ b/src/stage1/analyze.cpp
@@ -8,7 +8,6 @@
#include "analyze.hpp"
#include "ast_render.hpp"
#include "codegen.hpp"
-#include "config.h"
#include "error.hpp"
#include "ir.hpp"
#include "ir_print.hpp"