From a31b0a21c670f18b441b4ca34412d0c4f73b52e7 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 19 Mar 2013 00:41:04 +0000 Subject: [PATCH] Remove stray semicolon llvm-svn: 177370 --- clang/include/clang/Serialization/GlobalModuleIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Serialization/GlobalModuleIndex.h b/clang/include/clang/Serialization/GlobalModuleIndex.h index 53f61e2d59cf..c7e9ab4535d2 100644 --- a/clang/include/clang/Serialization/GlobalModuleIndex.h +++ b/clang/include/clang/Serialization/GlobalModuleIndex.h @@ -36,7 +36,7 @@ class FileManager; namespace serialization { class ModuleFile; -}; +} using llvm::SmallVector; using llvm::SmallVectorImpl;