Trying that again.
authorGordon Henriksen <gordonhenriksen@mac.com>
Thu, 3 Jan 2008 03:32:33 +0000 (03:32 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Thu, 3 Jan 2008 03:32:33 +0000 (03:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45529 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ParameterAttributes.h
lib/VMCore/ParameterAttributes.cpp

index 2b557bd684b932b4b128aff1e5da2d9c6fd7d66c..fc0f96e03607d9a9d9a1901eaf00b88121c04b51 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/FoldingSet.h"
+#include <cassert>
 
 namespace llvm {
 namespace ParamAttr {
index 53f13405f42355097aae01ccc80ee2c3f8df5281..a95e663337da932764aa59cdcff63a7f7ec08c7d 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "llvm/ParameterAttributes.h"
 #include "llvm/Support/ManagedStatic.h"
-#include <cassert>
 
 using namespace llvm;