diff options
Diffstat (limited to 'kmymoney2/mymoney/mymoneyscheduled.h')
-rw-r--r-- | kmymoney2/mymoney/mymoneyscheduled.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kmymoney2/mymoney/mymoneyscheduled.h b/kmymoney2/mymoney/mymoneyscheduled.h index 1258b00..9761cc3 100644 --- a/kmymoney2/mymoney/mymoneyscheduled.h +++ b/kmymoney2/mymoney/mymoneyscheduled.h @@ -19,10 +19,6 @@ #ifndef MYMONEYSCHEDULED_H #define MYMONEYSCHEDULED_H -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - // ---------------------------------------------------------------------------- // QT Includes @@ -34,10 +30,10 @@ // ---------------------------------------------------------------------------- // Project Includes -#include "mymoneytransaction.h" -#include "mymoneyaccount.h" #include <kmymoney/export.h> +#include <kmymoney/mymoneyaccount.h> #include <kmymoney/mymoneyobject.h> +#include <kmymoney/mymoneytransaction.h> class MyMoneyStorageANON; |