summaryrefslogtreecommitdiff
path: root/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/custom.h b/custom.h
index 67e51df3..67d0d1f0 100644
--- a/custom.h
+++ b/custom.h
@@ -11,7 +11,7 @@
*/
/*
- * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018-2021,
+ * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018-2022,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
@@ -112,8 +112,6 @@ typedef unsigned long long uint_fast64_t;
#define xirealloc xrealloc
#define ximalloc xmalloc
-#include "mbsupport.h" /* defines stuff for DJGPP to fake MBS */
-
#ifdef USE_PERSISTENT_MALLOC
#include <stdlib.h>
#include "pma.h"