meta: rename
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <socks/object.h>
|
||||
#include <socks/printk.h>
|
||||
#include <socks/init.h>
|
||||
#include <socks/libc/stdio.h>
|
||||
#include <mango/object.h>
|
||||
#include <mango/printk.h>
|
||||
#include <mango/init.h>
|
||||
#include <mango/libc/stdio.h>
|
||||
|
||||
#define TEST_CAST(p) OBJECT_C_CAST(struct test_object, base, &test_type, p)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <socks/init.h>
|
||||
#include <socks/printk.h>
|
||||
#include <mango/init.h>
|
||||
#include <mango/printk.h>
|
||||
|
||||
int run_all_tests(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user