mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ModuleInterfaces] Remove references to 'parseable' interfaces everywhere
Now that we've settled on Module Interface as the name, let's remove the vestiges of "Parseable Interfaces"
This commit is contained in:
@@ -104,11 +104,11 @@
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SWIFT_FRONTEND_ModuleInterfaceLoader_H
|
||||
#define SWIFT_FRONTEND_ModuleInterfaceLoader_H
|
||||
#ifndef SWIFT_FRONTEND_MODULEINTERFACELOADER_H
|
||||
#define SWIFT_FRONTEND_MODULEINTERFACELOADER_H
|
||||
|
||||
#include "swift/Basic/LLVM.h"
|
||||
#include "swift/Frontend/ParseableInterfaceSupport.h"
|
||||
#include "swift/Frontend/ModuleInterfaceSupport.h"
|
||||
#include "swift/Serialization/SerializedModuleLoader.h"
|
||||
|
||||
namespace clang {
|
||||
|
||||
Reference in New Issue
Block a user