summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r--src/runner/runner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h
index 12ee241..4de6fbe 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -1,7 +1,6 @@
#pragma once
#include "compiler/ast-tree.h"
-#include <stdint.h>
void runnerVariableSetValue(AstTreeVariable *variable, AstTree *value);
void runnerVariableSetValueWihtoutConstCheck(AstTreeVariable *variable,