tree-wide: drop missing.h

This commit is contained in:
Yu Watanabe
2019-10-31 11:07:23 +09:00
parent 9648956d1f
commit f5947a5e92
104 changed files with 74 additions and 139 deletions

View File

@@ -17,17 +17,12 @@
# include <sys/auxv.h>
#endif
#if USE_SYS_RANDOM_H
# include <sys/random.h>
#else
# include <linux/random.h>
#endif
#include "alloc-util.h"
#include "fd-util.h"
#include "fileio.h"
#include "io-util.h"
#include "missing.h"
#include "missing_random.h"
#include "missing_syscall.h"
#include "parse-util.h"
#include "random-util.h"
#include "siphash24.h"