rename libuserland to libstage2

This commit is contained in:
Andrew Kelley
2020-02-16 19:16:08 -05:00
parent c25742010d
commit 20f3b0efff
12 changed files with 30 additions and 30 deletions

View File

@@ -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"