diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-09 14:24:40 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-09 14:24:40 +0000 |
commit | 5561001c926cb0f005d54cb5e9cf4f57d5e0ba15 (patch) | |
tree | dec103e623a11da8361ece1fd213d1741b9a215d /indra/newview/CMakeLists.txt | |
parent | 90d985946ce167a313e2765728caf2652931dfdd (diff) |
randgauss.h isn't *really* used by the viewer - remove #include and move it to llmath with ll-header naming convention.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 08e43da9e4..649d86aaa6 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1031,7 +1031,6 @@ set(viewer_HEADER_FILES macmain.h noise.h pipeline.h - randgauss.h VertexCache.h VorbisFramework.h ) |