refactor: include only in header files

This commit is contained in:
Divlo
2023-01-07 19:41:04 +01:00
parent 886038a0ac
commit bd85171e2d
41 changed files with 101 additions and 131 deletions
-7
View File
@@ -1,12 +1,5 @@
#include "string_test.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "libcproject.h"
#include "test.h"
void string_test() {
string_get_length_test();
string_to_uppercase_test();