Moved inline/llvm/Tools/* to include/llvm/Support/*
[oota-llvm.git] / lib / VMCore / Module.cpp
index 9d0015f7696a232213035cf2e6b3cc68f66f7cde..618e27b873d1327b8346163544e1c1af3546fc7d 100644 (file)
@@ -9,7 +9,7 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/InstrTypes.h"
 #include "llvm/ValueHolderImpl.h"
-#include "llvm/Tools/STLExtras.h"
+#include "llvm/Support/STLExtras.h"
 
 // Instantiate Templates - This ugliness is the price we have to pay
 // for having a DefHolderImpl.h file seperate from DefHolder.h!  :(