diff options
Diffstat (limited to 'std/nil.c')
-rw-r--r-- | std/nil.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -#include "../src/err.h" -#include "../api/nil.h" -#include "../api/util.h" +#include "common/err.h" +#include "api/nil.h" +#include "api/util.h" UwUVMValue uwu_nil(UwUVMArgs *args) { |