Skip to content

Commit

Permalink
Merge pull request #56 from dpalais/changes
Browse files Browse the repository at this point in the history
Change some includes to use relative paths
  • Loading branch information
limbonaut authored Mar 2, 2024
2 parents f5d21e2 + 73aa636 commit 6b376e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions editor/editor_property_bb_param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

#include "editor_property_bb_param.h"

#include "modules/limboai/blackboard/bb_param/bb_param.h"
#include "modules/limboai/blackboard/bb_param/bb_variant.h"
#include "modules/limboai/editor/editor_property_variable_name.h"
#include "modules/limboai/editor/mode_switch_button.h"
#include "modules/limboai/util/limbo_string_names.h"
#include "../blackboard/bb_param/bb_param.h"
#include "../blackboard/bb_param/bb_variant.h"
#include "editor_property_variable_name.h"
#include "mode_switch_button.h"
#include "../util/limbo_string_names.h"

#include "core/error/error_macros.h"
#include "core/io/marshalls.h"
Expand Down
6 changes: 3 additions & 3 deletions editor/editor_property_bb_param.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

#include "editor/editor_inspector.h"

#include "modules/limboai/blackboard/bb_param/bb_param.h"
#include "modules/limboai/blackboard/blackboard_plan.h"
#include "modules/limboai/editor/mode_switch_button.h"
#include "../blackboard/bb_param/bb_param.h"
#include "../blackboard/blackboard_plan.h"
#include "mode_switch_button.h"

#include "scene/gui/box_container.h"
#include "scene/gui/margin_container.h"
Expand Down

0 comments on commit 6b376e5

Please sign in to comment.