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

@@ -2,7 +2,7 @@
* Licensed under the MIT Licence. See LICENSE for details */
#include "test.h"
#include "../src/util/intdef.h"
#include "../src/types.h"
uint test_okay = 0;
uint test_fail = 0;