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:
Geert Janssens
2020-04-24 22:16:24 +02:00
parent abf29aa196
commit bbeb9a2b62
33 changed files with 49 additions and 62 deletions

View File

@@ -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"