1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00

[cleanup] Remove redundant include of algorithm.

This commit is contained in:
Suresh Sundriyal 2023-08-05 06:54:39 -07:00
parent 4c7952a21d
commit e96a8a1498
3 changed files with 0 additions and 6 deletions

View File

@ -27,8 +27,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <algorithm>
#include "data_parser.hh"
#include "config.h"

View File

@ -27,8 +27,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <algorithm>
#include "elem_to_json.hh"
#include "base/itertools.hh"

View File

@ -29,8 +29,6 @@
* @file ptimec_rt.cc
*/
#include <algorithm>
#include "ptimec.hh"
#include <string.h>