Skip to content

Commit 2ba5f6f

Browse files
committed
[breadthFirstSearch] fixing lint errors from new linter
1 parent 90d67b4 commit 2ba5f6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/breadthFirstSearch/pgr_breadthFirstSearch.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2525
#define INCLUDE_BREADTHFIRSTSEARCH_PGR_BREADTHFIRSTSEARCH_HPP_
2626
#pragma once
2727

28+
#include <vector>
2829

2930
#include <visitors/edges_order_bfs_visitor.hpp>
3031
#include <boost/graph/breadth_first_search.hpp>
3132

32-
#include <vector>
33-
3433
#include "cpp_common/pgr_base_graph.hpp"
3534
#include "cpp_common/interruption.h"
3635
#include "c_types/mst_rt.h"

0 commit comments

Comments
 (0)