1
1

Small cleanups: remove an unused dependency to signal.h and include

output.h.

This commit was SVN r20155.
Этот коммит содержится в:
George Bosilca 2008-12-18 22:39:49 +00:00
родитель 24e191a076
Коммит 80fd24c948
2 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -37,6 +37,7 @@
#include "opal/mca/base/mca_base_param.h" #include "opal/mca/base/mca_base_param.h"
#include "opal/mca/backtrace/backtrace.h" #include "opal/mca/backtrace/backtrace.h"
#include "opal/constants.h" #include "opal/constants.h"
#include "opal/util/output.h"
#ifndef _NSIG #ifndef _NSIG
#define _NSIG 32 #define _NSIG 32

Просмотреть файл

@ -2,7 +2,7 @@
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
* University Research and Technology * University Research and Technology
* Corporation. All rights reserved. * Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University * Copyright (c) 2004-2008 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights * of Tennessee Research Foundation. All rights
* reserved. * reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@ -24,10 +24,6 @@
#include "opal_config.h" #include "opal_config.h"
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif
/** /**
* Output the current stack trace (not including the call to this * Output the current stack trace (not including the call to this
* function) to the stream indicated. * function) to the stream indicated.