summaryrefslogtreecommitdiff
path: root/src/range/slice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/range/slice.hpp')
-rw-r--r--src/range/slice.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/range/slice.hpp b/src/range/slice.hpp
index f645595..ce35acf 100644
--- a/src/range/slice.hpp
+++ b/src/range/slice.hpp
@@ -19,12 +19,11 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <cstddef>
# include <type_traits>
-
# include <vector>
template<class T>