Move lifetime_annotations to //third_party/crubit

* hg mv lifetime_annotations to //third_party/crubit
* Fix header guards of //third_party/crubit/lifetime_annotations
* Update labels in //third_party/crubit/lifetime_annotations
* Fix header paths in //third_party/crubit/lifetime_annotations
* Fix crubit paths/labels in //devtools

PiperOrigin-RevId: 433439050
diff --git a/lifetime_annotations/function_lifetimes.cc b/lifetime_annotations/function_lifetimes.cc
index 7b373ed..85e00f3 100644
--- a/lifetime_annotations/function_lifetimes.cc
+++ b/lifetime_annotations/function_lifetimes.cc
@@ -6,10 +6,10 @@
 
 #include <string>
 
-#include "lifetime_annotations/lifetime.h"
-#include "lifetime_annotations/type_lifetimes.h"
 #include "third_party/absl/strings/str_cat.h"
 #include "third_party/absl/strings/str_join.h"
+#include "lifetime_annotations/lifetime.h"
+#include "lifetime_annotations/type_lifetimes.h"
 #include "third_party/llvm/llvm-project/clang/include/clang/AST/DeclCXX.h"
 #include "third_party/llvm/llvm-project/clang/include/clang/Basic/LLVM.h"