mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop all gnc-module dependencies and includes from compilation units that no longer use it
This also drops the python wrapper for gnc-module. As for the guile wrappers, python should use other means of loading our shared libraries. This commit required a few tweaks to the dependency chain as some units inherited dependency information from gnc-module's public dependency interface.
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
#include "qof.h"
|
||||
#include "guile-mappings.h"
|
||||
#include "gnc-prefs.h"
|
||||
#include "gnc-module.h"
|
||||
#include "Account.h"
|
||||
#include "Transaction.h"
|
||||
#include "gnc-engine.h"
|
||||
|
||||
Reference in New Issue
Block a user