summaryrefslogtreecommitdiff
path: root/nuttx/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/ctype.h')
-rw-r--r--nuttx/include/ctype.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/include/ctype.h b/nuttx/include/ctype.h
index c91876047..ca9235446 100644
--- a/nuttx/include/ctype.h
+++ b/nuttx/include/ctype.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/ctype.h
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -46,10 +46,8 @@
* Included Files
************************************************************/
-#include <sys/types.h>
-
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************/
/****************************************************************************