aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/Makefile.am1
-rw-r--r--openbsd-compat/bsd-misc.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index e3ccdec6..40f4ac99 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -153,7 +153,6 @@ EXTRA_DIST += openbsd-compat.h
EXTRA_DIST += sys/queue.h
EXTRA_DIST += sys/tree.h
EXTRA_DIST += bsd-vis.h
-EXTRA_DIST += xmalloc.h
AM_CPPFLAGS = -I$(top_srcdir)/smtpd -I$(top_srcdir)/openbsd-compat
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 99568215..bd0f7173 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -32,8 +32,6 @@
#include <time.h>
#include <unistd.h>
-#include "xmalloc.h"
-
#ifndef HAVE___PROGNAME
char *__progname;
#endif