Move //devtools/rust/cc_interop/rs_bindings_from_cc //third_party/crubit
* Move files
* Fix header guards in //third_party/crubit
* Fix BUILD file licenses comment
* Fix header guards in //third_party/crubit
* Fix golden tests files in //third_party/crubit
* Fix BUILD/bzl files in //third_party/crubit
* Fix remaining problems in //third_party/crubit
blaze_support cannot be moved just yet - blaze binary contains allowlists that
include the devtools/rust path, and the binary with crubit was not yet released.
PiperOrigin-RevId: 433460806
diff --git a/rs_bindings_from_cc/importer.cc b/rs_bindings_from_cc/importer.cc
index dbd0d0b..a676f36 100644
--- a/rs_bindings_from_cc/importer.cc
+++ b/rs_bindings_from_cc/importer.cc
@@ -16,9 +16,6 @@
#include <vector>
#include "base/logging.h"
-#include "rs_bindings_from_cc/ast_convert.h"
-#include "rs_bindings_from_cc/bazel_types.h"
-#include "rs_bindings_from_cc/ir.h"
#include "third_party/absl/container/flat_hash_map.h"
#include "third_party/absl/container/flat_hash_set.h"
#include "third_party/absl/status/status.h"
@@ -28,6 +25,9 @@
#include "third_party/absl/strings/str_join.h"
#include "third_party/absl/strings/string_view.h"
#include "third_party/absl/strings/substitute.h"
+#include "rs_bindings_from_cc/ast_convert.h"
+#include "rs_bindings_from_cc/bazel_types.h"
+#include "rs_bindings_from_cc/ir.h"
#include "third_party/llvm/llvm-project/clang/include/clang/AST/ASTContext.h"
#include "third_party/llvm/llvm-project/clang/include/clang/AST/Attrs.inc"
#include "third_party/llvm/llvm-project/clang/include/clang/AST/CXXInheritance.h"