Skip to content

Commit ac8c019

Browse files
authored
Merge pull request #2541 from jladd-mlnx/topic/shmemx_h-v2.0.x
Remove shmemx.h from shmem.h. Add shmem.h to shmemx.h
2 parents 987a75a + 8175b9d commit ac8c019

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

oshmem/include/shmem.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#endif
4444

4545
#include <shmem-compat.h>
46-
#include <shmemx.h>
4746

4847
#if defined(c_plusplus) || defined(__cplusplus)
4948
extern "C" {

oshmem/include/shmemx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#ifndef OSHMEM_SHMEMX_H
1313
#define OSHMEM_SHMEMX_H
1414

15+
#include <shmem.h>
16+
1517
#if defined(c_plusplus) || defined(__cplusplus)
1618
extern "C" {
1719
#endif

0 commit comments

Comments
 (0)