Renamed file for avoiding name conflicts with other includes

The file shadow.h is likely to exist in multiple include folders; it now has been renamed to shadow-registry.h
This commit is contained in:
Eric-Paul Ickhorn 2024-03-03 21:14:17 +01:00
parent f98b2371b1
commit 9890a30b5b
5 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#include <stdint.h>
#include <shadow-tag.h>
#include <shadow.h>
#include <shadow-registry.h>
typedef struct MtContext
{

View File

@ -1,4 +1,4 @@
#include <shadow.h>
#include <shadow-registry.h>
#include <context.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,4 @@
#include <shadow.h>
#include <shadow-registry.h>
#include <stdlib.h>
void mt_init_shadow_pool_allocation(MtShadowPool *pool)

View File

@ -1,4 +1,4 @@
#include <shadow.h>
#include <shadow-registry.h>
#include <string.h>
#include <stdlib.h>