1
1

Merge pull request #1484 from hjelmn/header_cleanup

ompi/comm: clean up includes in comm_request.h
Этот коммит содержится в:
Nathan Hjelm 2016-03-22 10:17:04 -06:00
родитель 1d8fbfefb0 a1420003b6
Коммит 8ff1d09907
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,6 +1,6 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
* Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
* reseved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
@ -13,6 +13,7 @@
#include "comm_request.h"
#include "opal/class/opal_free_list.h"
#include "opal/include/opal/sys/atomic.h"
static opal_free_list_t ompi_comm_requests;

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

@ -1,6 +1,6 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
* Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
* reseved.
* $COPYRIGHT$
*
@ -13,7 +13,6 @@
#define OMPI_COMM_REQ_H
#include "opal/class/opal_list.h"
#include "opal/class/opal_free_list.h"
#include "ompi/request/request.h"
/* increase this number if more subrequests are needed */