1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 09:57:18 +03:00

[Mach-O] Remove unnecessary #includes

This commit is contained in:
Rui Ueyama 2021-12-04 21:30:22 +09:00
parent da13b1d3a6
commit 83721464ed
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#include "mold.h" #include "mold.h"
#include <algorithm>
namespace mold::macho { namespace mold::macho {
// Returns [hi:lo] bits of val. // Returns [hi:lo] bits of val.

View File

@ -1,7 +1,5 @@
#include "mold.h" #include "mold.h"
#include <algorithm>
namespace mold::macho { namespace mold::macho {
template <> template <>