From be67c035c6cac00d31420dc9dd5bda4ad8869d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 14 Mar 2022 20:54:59 +0100 Subject: Cleanup and fix headers installed for public API + Added installation of headers that are referenced, but were not installed. + Some headers were listed as inst_HEADERS and also as noinst_HEADERS. + Replaced paths to directories in source code used in "include <...>". + Common "tdeversion.h" is now used instead of local "kdecompat.h". + Including "config.h" has been moved from ".h" to ".cpp" files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit d536400b45d5ea05df97d42b81802ef801cb2eda) --- kmymoney2/mymoney/mymoneytransaction.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'kmymoney2/mymoney/mymoneytransaction.h') diff --git a/kmymoney2/mymoney/mymoneytransaction.h b/kmymoney2/mymoney/mymoneytransaction.h index 6787c1d..5ba06c4 100644 --- a/kmymoney2/mymoney/mymoneytransaction.h +++ b/kmymoney2/mymoney/mymoneytransaction.h @@ -19,10 +19,6 @@ #ifndef MYMONEYTRANSACTION_H #define MYMONEYTRANSACTION_H -#ifdef HAVE_CONFIG_H -#include -#endif - // ---------------------------------------------------------------------------- // QT Includes @@ -34,11 +30,11 @@ // ---------------------------------------------------------------------------- // Project Includes -#include "mymoneyutils.h" -#include "mymoneymoney.h" -#include "mymoneykeyvaluecontainer.h" -#include "mymoneysplit.h" #include +#include +#include +#include +#include /** * This class represents a transaction within the MyMoneyEngine. A transaction -- cgit v1.2.1