diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-18 15:59:45 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-18 15:59:45 -0500 |
commit | 24f73fda0f9a2fa56e3141ca3f84ac76731a85c0 (patch) | |
tree | 1ec4f065f51de1be21ba0471a97ef3e7d535e8ae | |
parent | 8c2f2eb1f3365b661e4cc9d41ed4168bc9306314 (diff) |
remove problematic include used during debug
-rw-r--r-- | indra/llmessage/llavatarnamecache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp index 579dd2782c..767001b633 100644 --- a/indra/llmessage/llavatarnamecache.cpp +++ b/indra/llmessage/llavatarnamecache.cpp @@ -38,7 +38,6 @@ #include <map> #include <set> -#include <unistd.h> namespace LLAvatarNameCache { |