common/mlx5: remove useless C++ include guard

Remove the incomplete cplusplus guard in internal headers.

Fixes: 7525ebd8ebb0 ("common/mlx5: add glue functions on Windows")

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
This commit is contained in:
Weiguo Li 2022-02-07 20:36:57 +08:00 committed by Thomas Monjalon
parent 1785d9eb62
commit 3cacda8ff0
2 changed files with 0 additions and 8 deletions

View File

@ -5,10 +5,6 @@
#ifndef __MLX5_WIN_DEFS_H__
#define __MLX5_WIN_DEFS_H__
#ifdef __cplusplus
extern "C" {
#endif
enum {
MLX5_CQE_OWNER_MASK = 1,
MLX5_CQE_REQ = 0,

View File

@ -5,10 +5,6 @@
#ifndef __MLX5_WIN_ETX_H__
#define __MLX5_WIN_ETX_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "mlx5_prm.h"
#include "mlx5devx.h"