aboutsummaryrefslogtreecommitdiff
path: root/src/homedir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/homedir.c')
-rw-r--r--src/homedir.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/homedir.c b/src/homedir.c
index d354ef906..80ffe0752 100644
--- a/src/homedir.c
+++ b/src/homedir.c
@@ -19,7 +19,6 @@
* KIND, either express or implied.
*
***************************************************************************/
-
#include "setup.h"
#ifdef HAVE_PWD_H
@@ -34,9 +33,7 @@
#include "homedir.h"
-#if defined(CURLDEBUG) && defined(CURLTOOLDEBUG)
-#include "memdebug.h"
-#endif
+#include "memdebug.h" /* keep this as LAST include */
static
char *GetEnv(const char *variable, char do_expand)