summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneyaccount.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-03-14 20:54:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-03-15 09:41:48 +0100
commitbe67c035c6cac00d31420dc9dd5bda4ad8869d02 (patch)
treeed55fcd584bcba3d809d9d2a40f11e37bb307010 /kmymoney2/mymoney/mymoneyaccount.h
parent115ee8d66c562ad3920a5105e598c48bb50dbaa6 (diff)
downloadkmymoney-be67c035c6cac00d31420dc9dd5bda4ad8869d02.tar.gz
kmymoney-be67c035c6cac00d31420dc9dd5bda4ad8869d02.zip
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. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d536400b45d5ea05df97d42b81802ef801cb2eda)
Diffstat (limited to 'kmymoney2/mymoney/mymoneyaccount.h')
-rw-r--r--kmymoney2/mymoney/mymoneyaccount.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/kmymoney2/mymoney/mymoneyaccount.h b/kmymoney2/mymoney/mymoneyaccount.h
index 8ab368c..f919a42 100644
--- a/kmymoney2/mymoney/mymoneyaccount.h
+++ b/kmymoney2/mymoney/mymoneyaccount.h
@@ -17,10 +17,6 @@
#ifndef MYMONEYACCOUNT_H
#define MYMONEYACCOUNT_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
// ----------------------------------------------------------------------------
// QT Includes
@@ -34,14 +30,14 @@
// ----------------------------------------------------------------------------
// Project Includes
+#include <kmymoney/export.h>
#include <kmymoney/mymoneymoney.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneykeyvaluecontainer.h>
#include <kmymoney/mymoneysecurity.h>
+#include <kmymoney/mymoneyutils.h>
#include <kmymoney2/views/kmymoneytransaction.h>
#include <kmymoney2/mymoney/mymoneysplit.h>
-#include <kmymoney/export.h>
-#include "mymoneyutils.h"
class MyMoneyTransaction;
class MyMoneyInstitution;
class MyMoneySplit;