r18068 - gnucash/trunk/src/html - Remove unneeded include file dlfcn.h which causes problems on win32.
Phil Longstaff
plongstaff at code.gnucash.org
Sat May 9 18:06:57 EDT 2009
Author: plongstaff
Date: 2009-05-09 18:06:57 -0400 (Sat, 09 May 2009)
New Revision: 18068
Trac: http://svn.gnucash.org/trac/changeset/18068
Modified:
gnucash/trunk/src/html/gnc-html-webkit.c
Log:
Remove unneeded include file dlfcn.h which causes problems on win32.
Modified: gnucash/trunk/src/html/gnc-html-webkit.c
===================================================================
--- gnucash/trunk/src/html/gnc-html-webkit.c 2009-05-06 20:34:33 UTC (rev 18067)
+++ gnucash/trunk/src/html/gnc-html-webkit.c 2009-05-09 22:06:57 UTC (rev 18068)
@@ -37,7 +37,6 @@
#include <unistd.h>
#include <regex.h>
#include <libguile.h>
-#include <dlfcn.h>
#include <webkit/webkit.h>
More information about the gnucash-changes
mailing list