Skip to content

Commit a142000

Browse files
committed
ompi/comm: clean up includes in comm_request.h
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 2122a15 commit a142000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ompi/communicator/comm_request.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
3-
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
3+
* Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
44
* reseved.
55
* Copyright (c) 2015 Research Organization for Information Science
66
* and Technology (RIST). All rights reserved.
@@ -13,6 +13,7 @@
1313

1414
#include "comm_request.h"
1515

16+
#include "opal/class/opal_free_list.h"
1617
#include "opal/include/opal/sys/atomic.h"
1718

1819
static opal_free_list_t ompi_comm_requests;

ompi/communicator/comm_request.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
3-
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
3+
* Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
44
* reseved.
55
* $COPYRIGHT$
66
*
@@ -13,7 +13,6 @@
1313
#define OMPI_COMM_REQ_H
1414

1515
#include "opal/class/opal_list.h"
16-
#include "opal/class/opal_free_list.h"
1716
#include "ompi/request/request.h"
1817

1918
/* increase this number if more subrequests are needed */

0 commit comments

Comments
 (0)