From 0ae7844fcdad143ce4833f4fc8d886740b3f482d Mon Sep 17 00:00:00 2001 From: Weiguo Li Date: Mon, 7 Feb 2022 20:37:00 +0800 Subject: [PATCH] eal/windows: remove useless C++ include guard Remove the incomplete cplusplus guard in internal header. Fixes: 6e1ed4cbbe99 ("eal/windows: add dirent implementation") Signed-off-by: Weiguo Li Acked-by: Dmitry Kozlyuk Acked-by: Pallavi Kadam --- lib/eal/windows/include/dirent.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/eal/windows/include/dirent.h b/lib/eal/windows/include/dirent.h index 34eb077f8c..b522424403 100644 --- a/lib/eal/windows/include/dirent.h +++ b/lib/eal/windows/include/dirent.h @@ -658,7 +658,4 @@ dirent_set_errno(int error) #endif } -#ifdef __cplusplus -} -#endif #endif /*DIRENT_H*/ -- 2.20.1