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