|
@@ -16,6 +16,7 @@
|
|
|
#include "llvm/Support/VirtualFileSystem.h"
|
|
#include "llvm/Support/VirtualFileSystem.h"
|
|
|
#include "toolchain/base/fixed_size_value_store.h"
|
|
#include "toolchain/base/fixed_size_value_store.h"
|
|
|
#include "toolchain/base/kind_switch.h"
|
|
#include "toolchain/base/kind_switch.h"
|
|
|
|
|
+#include "toolchain/check/cpp_import.h"
|
|
|
#include "toolchain/check/diagnostic_helpers.h"
|
|
#include "toolchain/check/diagnostic_helpers.h"
|
|
|
#include "toolchain/check/generic.h"
|
|
#include "toolchain/check/generic.h"
|
|
|
#include "toolchain/check/handle.h"
|
|
#include "toolchain/check/handle.h"
|
|
@@ -23,7 +24,6 @@
|
|
|
#include "toolchain/check/impl_lookup.h"
|
|
#include "toolchain/check/impl_lookup.h"
|
|
|
#include "toolchain/check/impl_validation.h"
|
|
#include "toolchain/check/impl_validation.h"
|
|
|
#include "toolchain/check/import.h"
|
|
#include "toolchain/check/import.h"
|
|
|
-#include "toolchain/check/import_cpp.h"
|
|
|
|
|
#include "toolchain/check/import_ref.h"
|
|
#include "toolchain/check/import_ref.h"
|
|
|
#include "toolchain/check/inst.h"
|
|
#include "toolchain/check/inst.h"
|
|
|
#include "toolchain/check/node_id_traversal.h"
|
|
#include "toolchain/check/node_id_traversal.h"
|