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

@@ -5,7 +5,7 @@
* See http://opensource.org/licenses/MIT
*/
#include "userland.h"
#include "stage2.h"
#include "cache_hash.hpp"
#include "all_types.hpp"
#include "buffer.hpp"