diff options
author | Kelly Washington <kelly@lindenlab.com> | 2007-03-22 21:24:41 +0000 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2007-03-22 21:24:41 +0000 |
commit | e9d8afed877e3afa60efea57c99f4c49e99ad331 (patch) | |
tree | aa19b7817fe6d2d002b4113c61bd378dc8bd1db4 /indra | |
parent | 25f95cd08f5e30a8b46b41cdc04b72cff8a731d5 (diff) |
Couple steps closer to compiling on VC8, new boost headers and libs.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerjointmesh.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp index 512ddc8565..cf6133f5bb 100644 --- a/indra/newview/llviewerjointmesh.cpp +++ b/indra/newview/llviewerjointmesh.cpp @@ -11,10 +11,6 @@ //----------------------------------------------------------------------------- #include "llviewerprecompiledheaders.h" -#if LL_WINDOWS // For Intel vector classes - #include "fvec.h" -#endif - #include "imageids.h" #include "llfasttimer.h" |