From: Weiguo Li Date: Mon, 7 Feb 2022 12:37:00 +0000 (+0800) Subject: eal/windows: remove useless C++ include guard X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0ae7844fcdad143ce4833f4fc8d886740b3f482d;p=dpdk.git 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 --- 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*/