mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 02:59:43 +08:00
style: remove unused vector includes (#2945)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <array> /// for std::array
|
||||
#include <iostream> /// for IO operations
|
||||
#include <vector> /// for std::vector
|
||||
|
||||
/**
|
||||
* @namespace backtracking
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
/** \namespace data_structures
|
||||
* \brief Data-structure algorithms
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include <cassert> /// for assert
|
||||
#include <cstring> /// for string
|
||||
#include <iostream> /// for IO operations
|
||||
#include <vector> /// for std::vector
|
||||
|
||||
/**
|
||||
* @namespace divide_and_conquer
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
#include <map>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
* \namespace graph
|
||||
|
||||
Reference in New Issue
Block a user