summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-06-17 08:05:26 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-06-17 08:05:26 +0800
commitb93bcd224f57458fb9e2c309db0aa26ca55c37df (patch)
tree337b50584313ad806fe42ea677f9f2f98af2f3d0
parent3ba44b940147c67f7f776209121c705665a40d09 (diff)
Remove optional inclusions of std library headers
I think <memory> was included because shared_ptr was being used at the time. <algorithm> should still be needed for find_if, but it seems to compile fine without the explicit inclusion.
-rw-r--r--ord.cxx2
1 files changed, 0 insertions, 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 <algorithm>
-#include <memory>
#include "interchange.hxx"
#include "interchange/ord.hxx"