From b3335d9c192bf1fdb24d507431770eb569006e36 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 3 Dec 2017 19:01:03 +0100 Subject: [PATCH] src: remove unnecessary #ifndef from regular/internal.h --- src/regular/internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/regular/internal.h b/src/regular/internal.h index 6202493..6a108ac 100644 --- a/src/regular/internal.h +++ b/src/regular/internal.h @@ -1,9 +1,7 @@ #ifndef WEPOLL_INTERNAL_H_ #define WEPOLL_INTERNAL_H_ -#ifndef WEPOLL_INTERNAL #define WEPOLL_INTERNAL #define WEPOLL_INTERNAL_EXTERN extern -#endif #endif /* WEPOLL_INTERNAL_H_ */