[llvm-commits] [llvm] r48729 - /llvm/trunk/include/llvm/Instructions.h

Dan Gohman gohman at apple.com
Mon Mar 24 09:58:45 PDT 2008


Author: djg
Date: Mon Mar 24 11:58:44 2008
New Revision: 48729

URL: http://llvm.org/viewvc/llvm-project?rev=48729&view=rev
Log:
Remove an unnecessary #include.

Modified:
    llvm/trunk/include/llvm/Instructions.h

Modified: llvm/trunk/include/llvm/Instructions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Instructions.h?rev=48729&r1=48728&r2=48729&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Instructions.h (original)
+++ llvm/trunk/include/llvm/Instructions.h Mon Mar 24 11:58:44 2008
@@ -21,7 +21,6 @@
 #include "llvm/InstrTypes.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/ParameterAttributes.h"
-#include "llvm/Support/MathExtras.h"
 
 namespace llvm {
 





More information about the llvm-commits mailing list