From b93bcd224f57458fb9e2c309db0aa26ca55c37df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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.2.3