RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.c

rxe_loc.h is already included in rxe.h so do not include it in rxe_pool.c

Link: https://lore.kernel.org/r/20211103050241.61293-7-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
Bob Pearson 2021-11-03 00:02:35 -05:00 committed by Jason Gunthorpe
parent b92d766c87
commit 38ee25a311

View File

@ -5,7 +5,6 @@
*/
#include "rxe.h"
#include "rxe_loc.h"
static const struct rxe_type_info {
const char *name;