diff --git a/source4/heimdal_build/err.h b/source4/heimdal_build/err.h index abdeb9ed7ac..bc56cc5a428 100644 --- a/source4/heimdal_build/err.h +++ b/source4/heimdal_build/err.h @@ -1,7 +1,3 @@ -#ifdef HAVE_ERR_H -#include -#else - #ifndef _ERR_H #define _ERR_H 1 @@ -11,4 +7,3 @@ void warnx(const char *format, ...); void warn(const char *format, ...); #endif /* err.h */ -#endif /* HAVE_ERR_H */