From 4200161bd13d0deffb4924b51c775c9973b806cf Mon Sep 17 00:00:00 2001 From: "mgleeson1%netscape.com" Date: Wed, 6 Oct 1999 18:53:41 +0000 Subject: [PATCH] r=kipp removed unnecessary include for dlfcn.h --- webshell/tests/viewer/unix/gtk/nsGtkMain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp b/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp index fd820c75e271..a29ee45d6e21 100644 --- a/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp +++ b/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp @@ -26,7 +26,6 @@ #include "plevent.h" #include "prinit.h" #include "prlog.h" -#include "dlfcn.h" static nsNativeViewerApp* gTheApp;