diff options
Diffstat (limited to 'kmymoney2/mymoney/mymoneytransaction.h')
-rw-r--r-- | kmymoney2/mymoney/mymoneytransaction.h | 12 |
1 files changed, 4 insertions, 8 deletions
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 <config.h> -#endif - // ---------------------------------------------------------------------------- // QT Includes @@ -34,11 +30,11 @@ // ---------------------------------------------------------------------------- // Project Includes -#include "mymoneyutils.h" -#include "mymoneymoney.h" -#include "mymoneykeyvaluecontainer.h" -#include "mymoneysplit.h" #include <kmymoney/export.h> +#include <kmymoney/mymoneykeyvaluecontainer.h> +#include <kmymoney/mymoneymoney.h> +#include <kmymoney/mymoneysplit.h> +#include <kmymoney/mymoneyutils.h> /** * This class represents a transaction within the MyMoneyEngine. A transaction |