move /src/util/intdef.h to /src/util/types.h

This commit is contained in:
2025-10-09 12:05:01 +02:00
parent 27c862c215
commit aa58d931aa
17 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
#pragma once
#include <stdio.h>
#include "../src/util/intdef.h"
#include "../src/types.h"
extern uint test_okay;
extern uint test_fail;