1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 09:51:53 +03:00
This commit is contained in:
Rui Ueyama 2021-04-10 00:04:39 +09:00
parent c1665e8f27
commit 4881187269

View File

@ -1,7 +1,6 @@
#include "mold.h"
#include <fcntl.h>
#include <libgen.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>