summaryrefslogtreecommitdiff
path: root/nuttx/net/net_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net_close.c')
-rw-r--r--nuttx/net/net_close.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/net_close.c b/nuttx/net/net_close.c
index f96724f0e..d5a72f59d 100644
--- a/nuttx/net/net_close.c
+++ b/nuttx/net/net_close.c
@@ -54,8 +54,8 @@
# include <nuttx/clock.h>
#endif
-#include "net_internal.h"
-#include "uip/uip_internal.h"
+#include "net.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions