Skip to content

Commit 0570da0

Browse files
author
Yulang Luo
committed
[vpr][place] remove unused include directory
1 parent 1b0fdeb commit 0570da0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/place/move_transactions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "move_utils.h"
22

33
#include "globals.h"
4-
// Is this needed?
5-
#include "place_util.h"
64

75
t_pl_blocks_to_be_moved::t_pl_blocks_to_be_moved(size_t max_blocks){
86
moved_blocks.reserve(max_blocks);

0 commit comments

Comments
 (0)