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/rs_bindings_from_cc/frontend_action.cc b/rs_bindings_from_cc/frontend_action.cc
index 7a090b0..6037235 100644
--- a/rs_bindings_from_cc/frontend_action.cc
+++ b/rs_bindings_from_cc/frontend_action.cc
@@ -6,8 +6,8 @@
#include <memory>
-#include "lifetime_annotations/lifetime_annotations.h"
#include "rs_bindings_from_cc/ast_consumer.h"
+#include "lifetime_annotations/lifetime_annotations.h"
#include "third_party/llvm/llvm-project/clang/include/clang/AST/ASTConsumer.h"
#include "third_party/llvm/llvm-project/clang/include/clang/Frontend/CompilerInstance.h"