summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/poll/host.c')
-rw-r--r--nuttx/examples/poll/host.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/examples/poll/host.c b/nuttx/examples/poll/host.c
index a55c1843e..47f2c3e53 100644
--- a/nuttx/examples/poll/host.c
+++ b/nuttx/examples/poll/host.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/poll/host.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +37,7 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
#include <sys/socket.h>
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>