Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
[oota-llvm.git] / lib / Support / ManagedStatic.cpp
index 4e655a0f9eec461b9a41c8f4c72104859275d6ac..c767c15e71c9d853aa573b22b3518df138b7d12f 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Config/config.h"
-#include "llvm/System/Atomic.h"
+#include "llvm/Support/Atomic.h"
 #include <cassert>
 using namespace llvm;