diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-21 12:46:40 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-21 12:46:40 +0000 |
commit | 79f05f9d279dc72c795ecaca6a51f976667962ae (patch) | |
tree | 7eafb3ea82b738c8ebafb8ce989a1a10ec094174 /indra/newview/llstartup.cpp | |
parent | f62821fadd50333c367dc5c8de2929273842f9b0 (diff) |
Remove a linux-specific #include that we don't actually use.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index fa07278cb9..83f773fadc 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -200,10 +200,6 @@ #include "lldxhardware.h" #endif -#if (LL_LINUX || LL_SOLARIS) && LL_GTK -#include <glib/gspawn.h> -#endif - // // exported globals // |