summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_poll.c')
-rw-r--r--nuttx/fs/fs_poll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/fs/fs_poll.c b/nuttx/fs/fs_poll.c
index 5f4e1dd5f..b3ec6c63e 100644
--- a/nuttx/fs/fs_poll.c
+++ b/nuttx/fs/fs_poll.c
@@ -1,7 +1,7 @@
/****************************************************************************
* fs/fs_poll.c
*
- * Copyright (C) 2008-2009, 2012-2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2012-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,14 +42,14 @@
#include <stdint.h>
#include <stdbool.h>
#include <poll.h>
-#include <wdog.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
-#include <nuttx/fs/fs.h>
+#include <nuttx/wdog.h>
#include <nuttx/sched.h>
#include <nuttx/clock.h>
+#include <nuttx/fs/fs.h>
#include "fs_internal.h"