style: remove unused vector includes (#2945)

This commit is contained in:
Piotr Idzik
2025-05-25 16:23:06 +02:00
committed by GitHub
parent da53b26bde
commit 93a700c7e9
4 changed files with 0 additions and 4 deletions

View File

@@ -20,7 +20,6 @@
#include <array> /// for std::array
#include <iostream> /// for IO operations
#include <vector> /// for std::vector
/**
* @namespace backtracking

View File

@@ -12,7 +12,6 @@
#include <iostream>
#include <memory>
#include <string>
#include <vector>
/** \namespace data_structures
* \brief Data-structure algorithms

View File

@@ -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

View File

@@ -52,7 +52,6 @@
#include <map>
#include <queue>
#include <string>
#include <vector>
/**
* \namespace graph