Clean errors in compilation when VERBOSE > 0

This commit is contained in:
2024-06-19 19:07:50 +01:00
parent 002b21b649
commit 11f79a84a3
4 changed files with 18 additions and 16 deletions

View File

@@ -10,14 +10,10 @@
* Description: Entrypoint to program
*/
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <lib/inst.h>
#include "./runtime.h"
#include "./struct.h"
#include <vm/runtime.h>
#include <vm/struct.h>
void usage(const char *program_name, FILE *out)
{