Skip to content

Commit 65a1841

Browse files
[DirectoryWatcher] Include limits.h instead of MathExtras.h (NFC)
1 parent d57a26a commit 65a1841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "llvm/Support/AlignOf.h"
1515
#include "llvm/Support/Errno.h"
1616
#include "llvm/Support/Error.h"
17-
#include "llvm/Support/MathExtras.h"
1817
#include "llvm/Support/Path.h"
1918
#include <atomic>
2019
#include <condition_variable>
@@ -25,6 +24,7 @@
2524
#include <vector>
2625

2726
#include <fcntl.h>
27+
#include <limits.h>
2828
#include <optional>
2929
#include <sys/epoll.h>
3030
#include <sys/inotify.h>

0 commit comments

Comments
 (0)