summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2024-11-01 01:45:11 -0400
committerGitHub <noreply@github.com>2024-11-01 01:45:11 -0400
commitc3590fd827e65cc127a82735ad856f5dff0f3af4 (patch)
treef9235de8dde0b8fc6b5b68fdf969157fd46da890 /indra/newview/llappviewer.cpp
parent6aa18dc532f6b56dd9b6872553fa9ecb3bf0ca55 (diff)
parent058711f2a0c3f6dfd66de342338c930ec303e517 (diff)
Merge pull request #2918 from RyeMutt/rye/nfde
Introduce NativeFileDialog-Extended filepickers for Linux
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 46681af808..423fe2469a 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -273,10 +273,6 @@ using namespace LL;
// define a self-registering event API object
#include "llappviewerlistener.h"
-#if LL_LINUX && LL_GTK
-#include "glib.h"
-#endif // (LL_LINUX) && LL_GTK
-
static LLAppViewerListener sAppViewerListener(LLAppViewer::instance);
////// Windows-specific includes to the bottom - nasty defines in these pollute the preprocessor