mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
[DirectoryWatcher] Include limits.h instead of MathExtras.h (NFC)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include "llvm/Support/AlignOf.h"
|
||||
#include "llvm/Support/Errno.h"
|
||||
#include "llvm/Support/Error.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
@@ -25,6 +24,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <optional>
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/inotify.h>
|
||||
|
||||
Reference in New Issue
Block a user