summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent/c_tree.h')
-rw-r--r--include/SSystem/SComponent/c_tree.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/SSystem/SComponent/c_tree.h b/include/SSystem/SComponent/c_tree.h
index 9edd738648..939a5e9417 100644
--- a/include/SSystem/SComponent/c_tree.h
+++ b/include/SSystem/SComponent/c_tree.h
@@ -1,10 +1,11 @@
#ifndef C_TREE_H
#define C_TREE_H
-#include "SSystem/SComponent/c_list.h"
-#include "SSystem/SComponent/c_node.h"
#include "dolphin/types.h"
+typedef struct node_class node_class;
+typedef struct node_list_class node_list_class;
+
typedef struct node_lists_tree_class {
node_list_class* mpLists;
int mNumLists;