diff options
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneystorageanon.cpp')
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystorageanon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneystorageanon.cpp b/kmymoney2/mymoney/storage/mymoneystorageanon.cpp index bcfedcb..a639bda 100644 --- a/kmymoney2/mymoney/storage/mymoneystorageanon.cpp +++ b/kmymoney2/mymoney/storage/mymoneystorageanon.cpp @@ -21,7 +21,9 @@ * * ***************************************************************************/ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif // ---------------------------------------------------------------------------- // QT Includes @@ -33,8 +35,6 @@ // ---------------------------------------------------------------------------- // KDE Includes -#include "kdecompat.h" - // ---------------------------------------------------------------------------- // Project Includes |