[DirectoryWatcher] Include limits.h instead of MathExtras.h (NFC)

This commit is contained in:
Kazu Hirata
2023-12-10 12:12:54 -08:00
parent d57a26a714
commit 65a18412ab

View File

@@ -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>