iwyu: n2n_regex.c

This commit is contained in:
Hamish Coleman 2023-06-16 09:09:16 +01:00
parent c3ed39375c
commit 3452b7ee4d

View File

@ -49,8 +49,12 @@
*/ */
#include "n2n.h" #include <stdio.h> // for printf
#include "n2n_regex.h" #include <stdlib.h> // for calloc, free
#include <string.h> // for memcpy
#include "n2n_typedefs.h" // for re_t
#include "n2n_regex.h" // for re_compile, re_match, re_matchp
/* Definitions: */ /* Definitions: */