Cleanup of some unnecessary dependencies.

This commit is contained in:
Aleric Inglewood
2012-07-25 03:53:51 +02:00
parent cd93aba002
commit 3b7887a041
3 changed files with 0 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ project(llui)
include(00-Common)
include(LLCommon)
include(LLImage)
include(LLInventory)
include(LLMath)
include(LLMessage)
include(LLRender)
@@ -17,7 +16,6 @@ include(LLXUIXML)
include_directories(
${LLCOMMON_INCLUDE_DIRS}
${LLIMAGE_INCLUDE_DIRS}
${LLINVENTORY_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS}
${LLMESSAGE_INCLUDE_DIRS}
${LLRENDER_INCLUDE_DIRS}