Revert "Include stddef.h before including cxxabi.h" to un-break buildbot
This reverts commit r220665.
llvm-svn: 220667
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 618cf8b..a198280 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -1592,12 +1592,8 @@
AC_HEADER_TIME
AC_LANG_PUSH([C++])
-dnl size_t must be defined before including cxxabi.h on FreeBSD 10.0.
-AC_CHECK_HEADERS([cxxabi.h], [], [],
-[#include <stddef.h>
-])
+AC_CHECK_HEADERS([cxxabi.h])
AC_LANG_POP([C++])
-
AC_CHECK_HEADERS([dlfcn.h execinfo.h fcntl.h inttypes.h link.h])
AC_CHECK_HEADERS([malloc.h setjmp.h signal.h stdint.h termios.h unistd.h])
AC_CHECK_HEADERS([utime.h])