Revert "Support/Path: remove raw delete"
[oota-llvm.git] / lib / Support / Memory.cpp
index 12f083822fd4f07f84b0c828414cf6d87c1709a1..f9a4903ad015781d9e1435beac90963581761119 100644 (file)
@@ -13,8 +13,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Memory.h"
-#include "llvm/Support/Valgrind.h"
 #include "llvm/Config/config.h"
+#include "llvm/Support/Valgrind.h"
 
 // Include the platform-specific parts of this class.
 #ifdef LLVM_ON_UNIX