summaryrefslogtreecommitdiff
path: root/include/f_pc
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2023-08-16 13:07:52 -0600
committerGitHub <noreply@github.com>2023-08-16 12:07:52 -0700
commit7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc (patch)
tree1e7c67c3d81ba2385fcde460a025c4f3f0940723 /include/f_pc
parentf441e06d19cab24cb49fec49883c2d61eee2e4bf (diff)
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
Diffstat (limited to 'include/f_pc')
-rw-r--r--include/f_pc/f_pc_base.h1
-rw-r--r--include/f_pc/f_pc_create_req.h1
-rw-r--r--include/f_pc/f_pc_create_tag.h1
-rw-r--r--include/f_pc/f_pc_delete_tag.h1
-rw-r--r--include/f_pc/f_pc_fstcreate_req.h1
-rw-r--r--include/f_pc/f_pc_layer_tag.h1
-rw-r--r--include/f_pc/f_pc_leaf.h1
-rw-r--r--include/f_pc/f_pc_line_tag.h1
-rw-r--r--include/f_pc/f_pc_manager.h3
-rw-r--r--include/f_pc/f_pc_method_tag.h1
-rw-r--r--include/f_pc/f_pc_node_req.h2
-rw-r--r--include/f_pc/f_pc_priority.h1
-rw-r--r--include/f_pc/f_pc_searcher.h1
-rw-r--r--include/f_pc/f_pc_stdcreate_req.h1
14 files changed, 0 insertions, 17 deletions
diff --git a/include/f_pc/f_pc_base.h b/include/f_pc/f_pc_base.h
index b2a70e0e99..dd446d3066 100644
--- a/include/f_pc/f_pc_base.h
+++ b/include/f_pc/f_pc_base.h
@@ -2,7 +2,6 @@
#ifndef F_PC_BASE_H_
#define F_PC_BASE_H_
-#include "dolphin/types.h"
#include "f_pc/f_pc_delete_tag.h"
#include "f_pc/f_pc_layer_tag.h"
#include "f_pc/f_pc_line_tag.h"
diff --git a/include/f_pc/f_pc_create_req.h b/include/f_pc/f_pc_create_req.h
index 92ca88ef87..f357aeef1f 100644
--- a/include/f_pc/f_pc_create_req.h
+++ b/include/f_pc/f_pc_create_req.h
@@ -3,7 +3,6 @@
#define F_PC_CREATE_REQ_H_
#include "SSystem/SComponent/c_phase.h"
-#include "dolphin/types.h"
#include "f_pc/f_pc_create_tag.h"
#include "f_pc/f_pc_method.h"
#include "f_pc/f_pc_method_tag.h"
diff --git a/include/f_pc/f_pc_create_tag.h b/include/f_pc/f_pc_create_tag.h
index 57de2d5d59..35365179dc 100644
--- a/include/f_pc/f_pc_create_tag.h
+++ b/include/f_pc/f_pc_create_tag.h
@@ -4,7 +4,6 @@
#include "SSystem/SComponent/c_list.h"
#include "SSystem/SComponent/c_tag.h"
-#include "dolphin/types.h"
typedef struct create_tag {
create_tag_class mBase;
diff --git a/include/f_pc/f_pc_delete_tag.h b/include/f_pc/f_pc_delete_tag.h
index c195ef6d1e..1c90e6f1d5 100644
--- a/include/f_pc/f_pc_delete_tag.h
+++ b/include/f_pc/f_pc_delete_tag.h
@@ -3,7 +3,6 @@
#define F_PC_DELETE_TAG_H_
#include "SSystem/SComponent/c_tag.h"
-#include "dolphin/types.h"
typedef struct layer_class layer_class;
diff --git a/include/f_pc/f_pc_fstcreate_req.h b/include/f_pc/f_pc_fstcreate_req.h
index ef08c5e6d6..2aef06892a 100644
--- a/include/f_pc/f_pc_fstcreate_req.h
+++ b/include/f_pc/f_pc_fstcreate_req.h
@@ -1,7 +1,6 @@
#ifndef F_PC_FSTCREATE_REQ_H_
#define F_PC_FSTCREATE_REQ_H_
-#include "dolphin/types.h"
#include "f_pc/f_pc_create_req.h"
typedef struct base_process_class base_process_class;
diff --git a/include/f_pc/f_pc_layer_tag.h b/include/f_pc/f_pc_layer_tag.h
index 3621f8bf77..2cf25d0388 100644
--- a/include/f_pc/f_pc_layer_tag.h
+++ b/include/f_pc/f_pc_layer_tag.h
@@ -3,7 +3,6 @@
#define F_PC_LAYER_TAG_H_
#include "SSystem/SComponent/c_tag.h"
-#include "dolphin/types.h"
typedef struct layer_class layer_class;
diff --git a/include/f_pc/f_pc_leaf.h b/include/f_pc/f_pc_leaf.h
index 0f49a08590..7bb93b88e5 100644
--- a/include/f_pc/f_pc_leaf.h
+++ b/include/f_pc/f_pc_leaf.h
@@ -2,7 +2,6 @@
#ifndef F_PC_LEAF_H_
#define F_PC_LEAF_H_
-#include "dolphin/types.h"
#include "f_pc/f_pc_base.h"
#include "f_pc/f_pc_draw_priority.h"
#include "f_pc/f_pc_method.h"
diff --git a/include/f_pc/f_pc_line_tag.h b/include/f_pc/f_pc_line_tag.h
index c5e3ae5f73..299c6145e9 100644
--- a/include/f_pc/f_pc_line_tag.h
+++ b/include/f_pc/f_pc_line_tag.h
@@ -3,7 +3,6 @@
#define F_PC_LINE_TAG_H_
#include "SSystem/SComponent/c_tag.h"
-#include "dolphin/types.h"
typedef struct line_tag {
create_tag_class mBase;
diff --git a/include/f_pc/f_pc_manager.h b/include/f_pc/f_pc_manager.h
index db6e8e467e..00e2932174 100644
--- a/include/f_pc/f_pc_manager.h
+++ b/include/f_pc/f_pc_manager.h
@@ -1,12 +1,9 @@
#ifndef F_PC_MANAGER_H_
#define F_PC_MANAGER_H_
-#include "dolphin/types.h"
-#include "f_pc/f_pc_base.h"
#include "f_pc/f_pc_create_iter.h"
#include "f_pc/f_pc_executor.h"
#include "f_pc/f_pc_leaf.h"
-#include "f_pc/f_pc_layer_iter.h"
#include "f_pc/f_pc_node.h"
#include "f_pc/f_pc_stdcreate_req.h"
diff --git a/include/f_pc/f_pc_method_tag.h b/include/f_pc/f_pc_method_tag.h
index acaa8a8557..54fd6c7d5a 100644
--- a/include/f_pc/f_pc_method_tag.h
+++ b/include/f_pc/f_pc_method_tag.h
@@ -3,7 +3,6 @@
#define F_PC_METHOD_TAG_H_
#include "SSystem/SComponent/c_tag.h"
-#include "dolphin/types.h"
typedef int (*process_method_tag_func)(void*);
diff --git a/include/f_pc/f_pc_node_req.h b/include/f_pc/f_pc_node_req.h
index a2c82824df..a99c22d028 100644
--- a/include/f_pc/f_pc_node_req.h
+++ b/include/f_pc/f_pc_node_req.h
@@ -2,8 +2,6 @@
#define F_PC_NODE_REQ_H_
#include "SSystem/SComponent/c_phase.h"
-#include "SSystem/SComponent/c_tag.h"
-#include "dolphin/types.h"
#include "f_pc/f_pc_method.h"
#include "f_pc/f_pc_method_tag.h"
diff --git a/include/f_pc/f_pc_priority.h b/include/f_pc/f_pc_priority.h
index 6ad4f0d048..358ae72144 100644
--- a/include/f_pc/f_pc_priority.h
+++ b/include/f_pc/f_pc_priority.h
@@ -2,7 +2,6 @@
#ifndef F_PC_PRIORITY_H_
#define F_PC_PRIORITY_H_
-#include "SSystem/SComponent/c_tag.h"
#include "f_pc/f_pc_method_tag.h"
typedef struct process_priority_queue_info {
diff --git a/include/f_pc/f_pc_searcher.h b/include/f_pc/f_pc_searcher.h
index 8445ae8b98..9d416236bc 100644
--- a/include/f_pc/f_pc_searcher.h
+++ b/include/f_pc/f_pc_searcher.h
@@ -2,7 +2,6 @@
#ifndef F_PC_SEARCHER_H_
#define F_PC_SEARCHER_H_
-#include "dolphin/types.h"
#include "f_pc/f_pc_base.h"
#include "f_pc/f_pc_layer_iter.h"
diff --git a/include/f_pc/f_pc_stdcreate_req.h b/include/f_pc/f_pc_stdcreate_req.h
index a418200378..0184402c7d 100644
--- a/include/f_pc/f_pc_stdcreate_req.h
+++ b/include/f_pc/f_pc_stdcreate_req.h
@@ -1,7 +1,6 @@
#ifndef F_PC_STDCREATE_H_
#define F_PC_STDCREATE_H_
-#include "dolphin/types.h"
#include "f_pc/f_pc_create_req.h"
typedef struct layer_class layer_class;