diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 99f2f68cd..ae3d4ddc5 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -26,7 +26,6 @@ #include "llviewerprecompiledheaders.h" -#if MESH_ENABLED #include "apr_pools.h" #include "apr_dso.h" #include "llhttpstatuscodes.h" @@ -3333,7 +3332,6 @@ void LLPhysicsDecomp::doDecompositionSingleHull() completeCurrent(); } -#endif //MESH_IMPORT }