diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-26 01:21:12 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-26 01:21:12 +0330 |
commit | 85bfc724dd2bdaa2259512c1b8ab21f7dfeca8f1 (patch) | |
tree | 0b9075ba9bf70aca9cdf36e5d909b161460b19a8 /src/runner/runner.h | |
parent | 6edcfb23ffd49e937395b710f7c6213b2c0d93cf (diff) |
clean up
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r-- | src/runner/runner.h | 1 |
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, |