Skip to content

Commit 0793094

Browse files
committed
Remove unncessary headers
1 parent b5974be commit 0793094

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

render_pipeline/rppanda/showbase/direct_object.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@
4040

4141
#pragma once
4242

43-
#include <eventHandler.h>
43+
#include <typedReferenceCount.h>
4444

4545
#include <string>
4646
#include <unordered_map>
4747

4848
#include <boost/optional.hpp>
4949

50-
#include <render_pipeline/rpcore/config.hpp>
5150
#include <render_pipeline/rppanda/task/functional_task.hpp>
5251
#include <render_pipeline/rppanda/showbase/messenger.hpp>
5352

src/rppanda/showbase/direct_object.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737

3838
#include "render_pipeline/rppanda/showbase/direct_object.hpp"
3939

40-
#include <asyncTaskManager.h>
41-
4240
#include "render_pipeline/rppanda/showbase/showbase.hpp"
4341
#include "render_pipeline/rppanda/task/task_manager.hpp"
4442

0 commit comments

Comments
 (0)