Remove redundant Doxygen guards from the internal preprocessor definitions.
[pub/USBasp.git] / LUFA / Common / Common.h
index 1d81d48..b7d564a 100644 (file)
@@ -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 <stdint.h>