Skip to content

Commit 8ea69e8

Browse files
committed
cleanup: remove unused includes related Boost
1 parent e7c7a30 commit 8ea69e8

26 files changed

+0
-93
lines changed

test/concurrency_control/long_tx/wp_basic/wp_init_fin_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
#include "concurrency_control/include/wp.h"
88

9-
#if defined(RECOVERY)
10-
11-
#include "boost/filesystem.hpp"
12-
13-
#endif
14-
159
#include "shirakami/interface.h"
1610

1711
#include "yakushima/include/kvs.h"

test/concurrency_control/long_tx/wp_basic/wp_register_remove_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
#include "concurrency_control/include/wp.h"
88

9-
#if defined(RECOVERY)
10-
11-
#include "boost/filesystem.hpp"
12-
13-
#endif
14-
159
#include "shirakami/interface.h"
1610

1711
#include "yakushima/include/kvs.h"

test/concurrency_control/long_tx/wp_basic/wp_register_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
#include "concurrency_control/include/wp.h"
88

9-
#if defined(RECOVERY)
10-
11-
#include "boost/filesystem.hpp"
12-
13-
#endif
14-
159
#include "shirakami/interface.h"
1610

1711
#include "yakushima/include/kvs.h"

test/concurrency_control/long_tx/wp_basic/wp_remove_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
#include "concurrency_control/include/wp.h"
88

9-
#if defined(RECOVERY)
10-
11-
#include "boost/filesystem.hpp"
12-
13-
#endif
14-
159
#include "shirakami/interface.h"
1610

1711
#include "yakushima/include/kvs.h"

test/concurrency_control/long_tx/wp_basic/wp_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
#include "concurrency_control/include/session.h"
88
#include "concurrency_control/include/wp.h"
99

10-
#if defined(RECOVERY)
11-
12-
#include "boost/filesystem.hpp"
13-
14-
#endif
15-
1610
#include "shirakami/interface.h"
1711

1812
#include "yakushima/include/kvs.h"

test/datastore/li_persistent_callback_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626

2727
#include "glog/logging.h"
2828

29-
#include "boost/filesystem.hpp"
30-
#include "boost/foreach.hpp"
31-
3229
namespace shirakami::testing {
3330

3431
using namespace shirakami;

test/datastore/single_recovery/li_single_recovery_before_delete_reocrds_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828

2929
#include "glog/logging.h"
3030

31-
#include "boost/filesystem.hpp"
32-
#include "boost/foreach.hpp"
33-
3431
namespace shirakami::testing {
3532

3633
using namespace shirakami;

test/datastore/single_recovery/li_single_recovery_create_storage_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828

2929
#include "glog/logging.h"
3030

31-
#include "boost/filesystem.hpp"
32-
#include "boost/foreach.hpp"
33-
3431
namespace shirakami::testing {
3532

3633
using namespace shirakami;

test/datastore/single_recovery/li_single_recovery_create_two_storage_delete_one_storage_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828

2929
#include "glog/logging.h"
3030

31-
#include "boost/filesystem.hpp"
32-
#include "boost/foreach.hpp"
33-
3431
namespace shirakami::testing {
3532

3633
using namespace shirakami;

test/datastore/single_recovery/li_single_recovery_delete_one_storage_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828

2929
#include "glog/logging.h"
3030

31-
#include "boost/filesystem.hpp"
32-
#include "boost/foreach.hpp"
33-
3431
namespace shirakami::testing {
3532

3633
using namespace shirakami;

0 commit comments

Comments
 (0)