Skip to content

Commit b007820

Browse files
authored
Replace bytecode.h with chunk.h in proxpl_api.h
1 parent d80f042 commit b007820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/proxpl_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define PROXPL_API_H
33

44
#include "vm.h"
5-
#include "bytecode.h"
5+
#include "chunk.h"
66

77
/* Public API: Initialize and shutdown the VM */
88
void proxpl_vm_init(VM *vm);

0 commit comments

Comments
 (0)