diff options
Diffstat (limited to 'kmymoney2/mymoney/mymoneysplit.h')
-rw-r--r-- | kmymoney2/mymoney/mymoneysplit.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/kmymoney2/mymoney/mymoneysplit.h b/kmymoney2/mymoney/mymoneysplit.h index b300aa1..b32edb7 100644 --- a/kmymoney2/mymoney/mymoneysplit.h +++ b/kmymoney2/mymoney/mymoneysplit.h @@ -23,10 +23,6 @@ #ifndef MYMONEYSPLIT_H #define MYMONEYSPLIT_H -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - // ---------------------------------------------------------------------------- // QT Includes @@ -36,12 +32,12 @@ // ---------------------------------------------------------------------------- // Project Includes -#include "mymoneyexception.h" -#include "mymoneyutils.h" -#include "mymoneymoney.h" #include <kmymoney/export.h> -#include <kmymoney/mymoneyobject.h> +#include <kmymoney/mymoneyexception.h> #include <kmymoney/mymoneykeyvaluecontainer.h> +#include <kmymoney/mymoneymoney.h> +#include <kmymoney/mymoneyobject.h> +#include <kmymoney/mymoneyutils.h> class MyMoneyTransaction; /** |