[Gnucash-changes] Revert an over-zealous removal of includes.

David Hampton hampton at cvs.gnucash.org
Sun Jun 5 05:22:09 EDT 2005


Log Message:
-----------
Revert an over-zealous removal of includes.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/gnome:
        gw-gnc-spec.scm

Revision Data
-------------
Index: gw-gnc-spec.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/gw-gnc-spec.scm,v
retrieving revision 1.14.4.11
retrieving revision 1.14.4.12
diff -Lsrc/gnome/gw-gnc-spec.scm -Lsrc/gnome/gw-gnc-spec.scm -u -r1.14.4.11 -r1.14.4.12
--- src/gnome/gw-gnc-spec.scm
+++ src/gnome/gw-gnc-spec.scm
@@ -28,11 +28,22 @@
      (list
       "#include <glib.h>\n"
       "#include <gnc-ui.h>\n"
+      "#include <gnc-ui-util.h>\n"
+      "#include <gnc-menu-extensions.h>\n"
+      "#include <gnc-date.h>\n"
+      "#include <guile-util.h>\n"
+      "#include <gnc-engine.h>\n"
+      "#include <gnc-commodity.h>\n"
+      "#include <gnc-numeric.h>\n"
       "#include <dialog-totd.h>\n"
+      "#include <gnc-gui-query.h>\n"
       "#include <dialog-new-user.h>\n"
       "#include <dialog-progress.h>\n"
+      "#include <dialog-commodity.h>\n"
       "#include <druid-hierarchy.h>\n"
       "#include <top-level.h>\n"
+      "#include <gnc-html.h>\n"
+      "#include <gnc-main-window.h>\n"
       "#include <gnc-window.h>\n"
       "#include <gnc-plugin-account-tree.h>\n"
       "#include <gnc-splash.h>\n"


More information about the gnucash-changes mailing list