Files
wren/src
Gavin Schulz ab52c46a28 chore: remove unused stdio, wren_value, and wren_vm includes from wren_meta.h
The wren_meta.h header included <stdio.h>, "wren_value.h", and "wren_vm.h"
which were not required for its declarations. These headers are already
included transitively through "wren.h" and "wren_common.h", making the
explicit includes redundant. Removing them reduces unnecessary
dependencies and potential circular inclusion issues.
2015-03-25 06:30:53 +00:00
..