mirror of
https://github.com/gperftools/gperftools
synced 2025-01-02 20:52:03 +00:00
one trivial config cleanup
This commit is contained in:
parent
b7e47a77c0
commit
b96dc99dbf
@ -205,7 +205,6 @@ AC_CHECK_HEADERS(glob.h) # for heap-profile-table (cleaning up profiles)
|
||||
AC_CHECK_HEADERS(execinfo.h) # for stacktrace? and heapchecker_unittest
|
||||
AC_CHECK_HEADERS(unwind.h) # for stacktrace
|
||||
AC_CHECK_HEADERS(sched.h) # for being nice in our spinlock code
|
||||
AC_CHECK_HEADERS(conflict-signal.h) # defined on some windows platforms?
|
||||
AC_CHECK_HEADERS(sys/prctl.h) # for thread_lister (needed by leak-checker)
|
||||
AC_CHECK_HEADERS(linux/ptrace.h)# also needed by leak-checker
|
||||
AC_CHECK_HEADERS(sys/syscall.h)
|
||||
|
@ -50,9 +50,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <signal.h>
|
||||
#ifdef COMPILER_MSVC
|
||||
#include "conflict-signal.h"
|
||||
#endif
|
||||
#include "base/basictypes.h"
|
||||
|
||||
/* Forward declaration. */
|
||||
|
Loading…
Reference in New Issue
Block a user