Skip to content

Commit

Permalink
remove include directives causing cyclic header file dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Oct 16, 2024
1 parent bd02ce5 commit aa5a358
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion include/border_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <vector>

#include "base_node.h"
#include "interior_helper.h"
#include "link_or_value.h"
#include "log.h"
#include "tree_instance.h"
Expand Down
1 change: 0 additions & 1 deletion include/interface_destroy.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include "destroy_manager.h"
#include "interface_scan.h"
#include "kvs.h"
#include "storage.h"
#include "storage_impl.h"

Expand Down
1 change: 0 additions & 1 deletion include/interface_display.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "border_node.h"
#include "interior_node.h"
#include "kvs.h"
#include "log.h"
#include "permutation.h"
#include "tree_instance.h"
Expand Down
3 changes: 1 addition & 2 deletions include/interface_get.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
#include "base_node.h"
#include "border_node.h"
#include "common_helper.h"
#include "kvs.h"
#include "link_or_value.h"
#include "storage_impl.h"
#include "storage.h"
#include "tree_instance.h"

namespace yakushima {
Expand Down
1 change: 0 additions & 1 deletion include/interface_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#pragma once

#include "interface_scan.h"
#include "kvs.h"
#include "manager_thread.h"
#include "storage.h"

Expand Down
1 change: 0 additions & 1 deletion include/interface_put.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "border_node.h"
#include "interior_node.h"
#include "storage.h"
#include "storage_impl.h"

namespace yakushima {

Expand Down
2 changes: 0 additions & 2 deletions include/interface_remove.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
#include <utility>

#include "border_node.h"
#include "kvs.h"
#include "log.h"
#include "storage.h"
#include "storage_impl.h"
#include "tree_instance.h"

namespace yakushima {
Expand Down
1 change: 0 additions & 1 deletion include/interface_scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#pragma once

#include "kvs.h"
#include "log.h"
#include "scan_helper.h"
#include "storage.h"
Expand Down

0 comments on commit aa5a358

Please sign in to comment.