From 4e95217016b4117cb8873efd758fa3a44a6c50f5 Mon Sep 17 00:00:00 2001 From: Mann Patel <46739555+manncodes@users.noreply.github.com> Date: Sun, 6 Jun 2021 08:31:08 +0530 Subject: [PATCH] fixed header postion suggested change Co-authored-by: David Leal --- data_structures/sparse_table.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/data_structures/sparse_table.cpp b/data_structures/sparse_table.cpp index e40d84296..4bc660d63 100644 --- a/data_structures/sparse_table.cpp +++ b/data_structures/sparse_table.cpp @@ -1,6 +1,3 @@ -#include /// for std::array -#include /// for assert -#include /// for IO operations /** * * @file