summaryrefslogtreecommitdiffhomepage
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/types.c b/types.c
index 5808d8e..e888687 100644
--- a/types.c
+++ b/types.c
@@ -21,9 +21,9 @@
#include <errno.h>
#include <math.h>
-#include "types.h"
-#include "util.h"
-#include "vm.h"
+#include "ucode/types.h"
+#include "ucode/util.h"
+#include "ucode/vm.h"
uc_type_t
ucv_type(uc_value_t *uv)