]> gcc.gnu.org Git - gcc.git/blobdiff - libobjc/objc/encoding.h
Object.h: Move includes out of extern "C" blocks.
[gcc.git] / libobjc / objc / encoding.h
index 42ebc1a2d3194563a97fdd211fd49721781c8722..57cf390fe4b9a9911d70a6966c14c8f3e597b471 100644 (file)
@@ -30,13 +30,12 @@ Boston, MA 02111-1307, USA.  */
 #define __encoding_INCLUDE_GNU
 
 #include <objc/objc-api.h>
+#include <ctype.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
 
-#include <ctype.h>
-
 #define _C_CONST       'r'
 #define _C_IN          'n'
 #define _C_INOUT       'N'
This page took 0.025295 seconds and 5 git commands to generate.