1
1

Remove shmemx.h from shmem.h. Add shmem.h to shmemx.h

Fixes #2483
Signed-off-by: Joshua Ladd <joshual@mellanox.com>
Этот коммит содержится в:
Joshua Ladd 2016-12-06 06:42:26 +02:00
родитель 7af49eb735
Коммит dc6f4a0feb
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -48,7 +48,6 @@
#endif
#include <shmem-compat.h>
#include <shmemx.h>
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {

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

@ -12,6 +12,8 @@
#ifndef OSHMEM_SHMEMX_H
#define OSHMEM_SHMEMX_H
#include <shmem.h>
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif