From 5eb1862d542418864ce4915b924eaef42201a677 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 15 Mar 2011 09:22:39 +0000 Subject: Remove redundant Doxygen guards from the internal preprocessor definitions. --- LUFA/Common/Common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'LUFA/Common') diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 1d81d481e..b7d564aa3 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -53,9 +53,7 @@ #define __LUFA_COMMON_H__ /* Macros: */ - #if !defined(__DOXYGEN__) - #define __INCLUDE_FROM_COMMON_H - #endif + #define __INCLUDE_FROM_COMMON_H /* Includes: */ #include -- cgit v1.2.3