summaryrefslogtreecommitdiff
path: root/src/teams.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/teams.c')
-rw-r--r--src/teams.c4
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];