* src/dialog-account/dialog-account.c,Makefile.am

prove to myself that there is no real dependency on src/gnome
	  by removing top-level.h and window-main.h and recompiling....
	  no warnings were output by the compiler.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7356 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-10-19 18:20:06 +00:00
parent ec3d45a47c
commit 1baf0a6e4d

View File

@ -7,6 +7,11 @@
* fix bug #95844 -- fix qif-import/qif-parse.scm to match
qif-io-core/qif-parse.scm w.r.t. parsing the numbers.
* src/dialog-account/dialog-account.c,Makefile.am
prove to myself that there is no real dependency on src/gnome
by removing top-level.h and window-main.h and recompiling....
no warnings were output by the compiler.
2002-10-19 Christian Stimming <stimming@tuhh.de>