]> granicus.if.org Git - llvm/commitdiff
Fixup some header includes from recent IntrusiveRefCntPtr cleanup.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Jan 2017 22:52:00 +0000 (22:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Jan 2017 22:52:00 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291024 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Support/FileSystem.h

index e47969d8092f007bd1ae0edc67fb1a9e25b392d7..bf21e146e771d9e9adcc6b48d49d03d0124a884c 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef LLVM_BITCODE_BITCODES_H
 #define LLVM_BITCODE_BITCODES_H
 
-#include "llvm/ADT/IntrusiveRefCntPtr.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/ErrorHandling.h"
index 6d54b343de0cd0151d06929562ffde47c2e694ea..3118a2fd6d916fb270386e41ef5965109e3e957a 100644 (file)
@@ -16,7 +16,6 @@
 #define LLVM_BITCODE_BITSTREAMREADER_H
 
 #include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/IntrusiveRefCntPtr.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Bitcode/BitCodes.h"
 #include "llvm/Support/Endian.h"
index becb34bee4ae308fdef25e31572ca628862b152d..ad21d8af66e9954167e8dc28c48aff778cca6e19 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef LLVM_SUPPORT_FILESYSTEM_H
 #define LLVM_SUPPORT_FILESYSTEM_H
 
-#include "llvm/ADT/IntrusiveRefCntPtr.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/Twine.h"
@@ -37,6 +36,7 @@
 #include <cassert>
 #include <cstdint>
 #include <ctime>
+#include <memory>
 #include <stack>
 #include <string>
 #include <system_error>