diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-10-08 16:48:25 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-10-08 17:16:22 -0600 |
commit | 7cd076c796126692c308df5416b42b24a96609fb (patch) | |
tree | 2061ad71bfdf04be832d8213b3fee643e6aec2ca /indra/newview/llappviewer.cpp | |
parent | 18ddd70d96dc572ad94c81f9a1a3d08d7c7cdbc7 (diff) |
DRTVWR-510 remove all LL_SOLARIS conditionals
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 70b41a0a5f..4339aa8807 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -255,9 +255,9 @@ // define a self-registering event API object #include "llappviewerlistener.h" -#if (LL_LINUX || LL_SOLARIS) && LL_GTK +#if LL_LINUX && LL_GTK #include "glib.h" -#endif // (LL_LINUX || LL_SOLARIS) && LL_GTK +#endif // (LL_LINUX) && LL_GTK #if LL_MSVC // disable boost::lexical_cast warning |