summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneymoney.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/mymoney/mymoneymoney.h')
-rw-r--r--kmymoney2/mymoney/mymoneymoney.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kmymoney2/mymoney/mymoneymoney.h b/kmymoney2/mymoney/mymoneymoney.h
index f857b8f..97534b5 100644
--- a/kmymoney2/mymoney/mymoneymoney.h
+++ b/kmymoney2/mymoney/mymoneymoney.h
@@ -18,10 +18,6 @@
#include <stdlib.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef HAVE_ATOLL
# ifdef HAVE_STRTOLL
# define atoll(a) strtoll(a, 0, 10)