src: remove unnecessary #ifndef from regular/internal.h

This commit is contained in:
Bert Belder 2017-12-03 19:01:03 +01:00
parent 63d3e3b2bc
commit b3335d9c19

View File

@ -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_ */