Skip to content

Commit

Permalink
[DirectoryWatcher] Include limits.h instead of MathExtras.h (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Dec 10, 2023
1 parent d57a26a commit 65a1841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -25,6 +24,7 @@
#include <vector>

#include <fcntl.h>
#include <limits.h>
#include <optional>
#include <sys/epoll.h>
#include <sys/inotify.h>
Expand Down

0 comments on commit 65a1841

Please sign in to comment.