summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/dev_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/ostest/dev_null.c')
-rw-r--r--nuttx/examples/ostest/dev_null.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/examples/ostest/dev_null.c b/nuttx/examples/ostest/dev_null.c
index 55f6b0c25..57776b495 100644
--- a/nuttx/examples/ostest/dev_null.c
+++ b/nuttx/examples/ostest/dev_null.c
@@ -45,7 +45,6 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
-#include <nuttx/os_external.h>
#include "ostest.h"
/************************************************************