From b93bcd224f57458fb9e2c309db0aa26ca55c37df Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 17 Jun 2023 08:05:26 +0800 Subject: Remove optional inclusions of std library headers I think was included because shared_ptr was being used at the time. should still be needed for find_if, but it seems to compile fine without the explicit inclusion. --- ord.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ord.cxx b/ord.cxx index 06f9132..9dfd846 100644 --- a/ord.cxx +++ b/ord.cxx @@ -1,5 +1,3 @@ -#include -#include #include "interchange.hxx" #include "interchange/ord.hxx" -- cgit v1.3