great include cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "array.h"
|
||||
#include "str.h"
|
||||
#include <libowfat/array.h>
|
||||
#include <libowfat/str.h>
|
||||
|
||||
void array_cats(array* to,const char* from) {
|
||||
array_catb(to,from,str_len(from));
|
||||
|
||||
Reference in New Issue
Block a user