diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-06-17 08:05:26 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-06-17 08:05:26 +0800 |
| commit | b93bcd224f57458fb9e2c309db0aa26ca55c37df (patch) | |
| tree | 337b50584313ad806fe42ea677f9f2f98af2f3d0 | |
| parent | 3ba44b940147c67f7f776209121c705665a40d09 (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.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -#include <algorithm> -#include <memory> #include "interchange.hxx" #include "interchange/ord.hxx" |