1
1

- We don't configure-check for errno.h and don't need errno.h here...

This commit was SVN r22587.
Этот коммит содержится в:
Rainer Keller 2010-02-09 01:12:52 +00:00
родитель 4513440df9
Коммит 80136ac9e2
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -33,9 +33,6 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif /* HAVE_ERRNO_H */
#include "opal/constants.h"
#include "opal/mca/base/mca_base_param.h"

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

@ -33,9 +33,6 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif /* HAVE_ERRNO_H */
#include "opal/constants.h"
#include "opal/mca/base/mca_base_param.h"