[llvm-commits] CVS: llvm/include/llvm/Type.h 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Tue Apr  4 12:05:54 PDT 2006
    
    
  
Changes in directory llvm/include/llvm:
Type.h updated: 1.83 -> 1.84
---
Log message:
How could this ever have worked?
---
Diffs of the changes:  (+1 -1)
 Type.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.83 llvm/include/llvm/Type.h:1.84
--- llvm/include/llvm/Type.h:1.83	Tue Feb  7 00:17:10 2006
+++ llvm/include/llvm/Type.h	Tue Apr  4 14:05:42 2006
@@ -34,7 +34,7 @@
 #ifndef LLVM_TYPE_H
 #define LLVM_TYPE_H
 
-#include "AbstractTypeUser.h"
+#include "llvm/AbstractTypeUser.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/ADT/GraphTraits.h"
    
    
More information about the llvm-commits
mailing list