Remove unneeded #includes. Use forward declarations instead.
[oota-llvm.git] / lib / AsmParser / CMakeLists.txt
index 5dcf48dff9e451938f50f38ae14b686b093b93cd..985ebe20098854afc12c6c603a8e0dc491c748e3 100644 (file)
@@ -4,9 +4,3 @@ add_llvm_library(LLVMAsmParser
   LLParser.cpp
   Parser.cpp
   )
-
-add_llvm_library_dependencies(LLVMAsmParser
-  LLVMCore
-  LLVMSupport
-  LLVMTarget
-  )