diff options
author | 2023-06-20 22:21:57 +0600 | |
---|---|---|
committer | 2023-06-20 22:21:57 +0600 | |
commit | 06d3ab6ce203be3cb8a9d5bdcf86224b48fa3006 (patch) | |
tree | 6b006b2d407645ad78a588ea83f113f7637f115d /src/teams.c | |
parent | 858a09b5f21d2b8c5f963c0a8fe39c478c95bbde (diff) | |
download | c-obp-example-06d3ab6ce203be3cb8a9d5bdcf86224b48fa3006.tar.gz c-obp-example-06d3ab6ce203be3cb8a9d5bdcf86224b48fa3006.zip |
Rename the Object like template header
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'src/teams.c')
-rw-r--r-- | src/teams.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/teams.c b/src/teams.c index 2f0814a..e8dbf74 100644 --- a/src/teams.c +++ b/src/teams.c @@ -3,8 +3,8 @@ #include <string.h> #include "teams.h" -#define __IMPL_TEAMS_INTERNAL -#include "teams-hell.h" +#define __COBJ_PRIV_IMPLS_H__ +#include "cobj.h" typedef struct team_impl_struct { char name[255]; |