Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtl/ofi: remove useless circular #include
mtl_ofi_request.h previously included mtl_ofi.h, however mtl_ofi.h is in fact the only file to include mtl_ofi_request.h. The standard header guards (MTL_OFI_H_HAS_BEEN_INCLUDED) prevented true circular dependency, and makes the include statement useless. This commit removes the usless include. Signed-off-by: Luke Robison <[email protected]>
- Loading branch information