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:
parent
f98b2371b1
commit
9890a30b5b
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <shadow-tag.h>
|
#include <shadow-tag.h>
|
||||||
#include <shadow.h>
|
#include <shadow-registry.h>
|
||||||
|
|
||||||
typedef struct MtContext
|
typedef struct MtContext
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <shadow.h>
|
#include <shadow-registry.h>
|
||||||
#include <context.h>
|
#include <context.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <shadow.h>
|
#include <shadow-registry.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
void mt_init_shadow_pool_allocation(MtShadowPool *pool)
|
void mt_init_shadow_pool_allocation(MtShadowPool *pool)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <shadow.h>
|
#include <shadow-registry.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue