summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_node_req.cpp
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 /src/f_pc/f_pc_node_req.cpp
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 'src/f_pc/f_pc_node_req.cpp')
-rw-r--r--src/f_pc/f_pc_node_req.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/f_pc/f_pc_node_req.cpp b/src/f_pc/f_pc_node_req.cpp
index 029b953719..4107e18091 100644
--- a/src/f_pc/f_pc_node_req.cpp
+++ b/src/f_pc/f_pc_node_req.cpp
@@ -6,9 +6,6 @@
#include "f_pc/f_pc_node_req.h"
#include "SSystem/SComponent/c_malloc.h"
#include "SSystem/SStandard/s_basic.h"
-#include "f_pc/f_pc_base.h"
-#include "f_pc/f_pc_create_req.h"
-#include "f_pc/f_pc_creator.h"
#include "f_pc/f_pc_deletor.h"
#include "f_pc/f_pc_executor.h"
#include "f_pc/f_pc_layer.h"