aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-16 19:16:08 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-16 19:16:08 -0500
commit20f3b0efff76cb3c611b72c1c1862490aef79b80 (patch)
treea7480ae1b27776576f12392a798c18c2fb293be5 /src/codegen.cpp
parentc25742010d69e0e56f1fda99f1b986be52165e3b (diff)
downloadzig-20f3b0efff76cb3c611b72c1c1862490aef79b80.tar.gz
zig-20f3b0efff76cb3c611b72c1c1862490aef79b80.zip
rename libuserland to libstage2
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index 22d76c1372..0b5d2e82f1 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -18,7 +18,7 @@
#include "target.hpp"
#include "util.hpp"
#include "zig_llvm.h"
-#include "userland.h"
+#include "stage2.h"
#include "dump_analysis.hpp"
#include "softfloat.hpp"
#include "mem_profile.hpp"