Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 142fc17

Browse files
committed
Merge pull request #1155 from jjhursey/fix/pmix-external-header
pmix/external: Remove non-existent header reference
2 parents 5f17e38 + d3195df commit 142fc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/external/pmix_ext_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* and Technology (RIST). All rights reserved.
66
* Copyright (c) 2014 Mellanox Technologies, Inc.
77
* All rights reserved.
8+
* Copyright (c) 2016 IBM Corporation. All rights reserved.
89
* $COPYRIGHT$
910
*
1011
* Additional copyrights may follow
@@ -30,7 +31,6 @@
3031
#include "opal/mca/pmix/base/base.h"
3132
#include "pmix_ext.h"
3233
#include "pmix.h"
33-
#include "pmix/src/buffer_ops/buffer_ops.h"
3434

3535
static pmix_proc_t my_proc;
3636
static char *dbgvalue=NULL;

0 commit comments

Comments
 (0)