[Frontend] Use new LockFileManager APIs (#80123)

This commit is contained in:
Jan Svoboda
2025-03-24 10:14:24 -07:00
committed by GitHub
parent 8f4220c6fa
commit 0aeba05790
2 changed files with 32 additions and 38 deletions

View File

@@ -37,7 +37,6 @@
#include "llvm/Support/Path.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/LockFileManager.h"
#if !defined(_MSC_VER) && !defined(__MINGW32__)
#include <unistd.h>