diff options
author | EuAndreh <eu@euandre.org> | 2024-04-16 09:22:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-16 09:22:43 -0300 |
commit | 6e541e057588f24ed477ab1937e38bb9850683b8 (patch) | |
tree | 74b5d540266936df07e23c2af59101dd30a83618 | |
parent | src/random.c: Add temporary buffer so we do not mess with "addr" (diff) | |
download | pindaiba-6e541e057588f24ed477ab1937e38bb9850683b8.tar.gz pindaiba-6e541e057588f24ed477ab1937e38bb9850683b8.tar.xz |
tests/i18n.c: Remove duplicate #include
-rw-r--r-- | tests/i18n.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/i18n.c b/tests/i18n.c index 369a63d..c9e81af 100644 --- a/tests/i18n.c +++ b/tests/i18n.c @@ -2,7 +2,6 @@ #include <stdlib.h> -#include "../src/catalog.h" #include "../src/logerr.h" |