summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp_timer.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
commit2399e0d1f94d9ac375ec43ee728124cd2c137915 (patch)
tree53a356248d4efa61e643852cad4e18dd5b634483 /nuttx/net/tcp/tcp_timer.c
parent47b78f32cc766651d93c79d1edbf61876d419bad (diff)
downloadnuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.gz
nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.bz2
nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.zip
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
Diffstat (limited to 'nuttx/net/tcp/tcp_timer.c')
-rw-r--r--nuttx/net/tcp/tcp_timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/tcp/tcp_timer.c b/nuttx/net/tcp/tcp_timer.c
index 0b159abc4..08614ed73 100644
--- a/nuttx/net/tcp/tcp_timer.c
+++ b/nuttx/net/tcp/tcp_timer.c
@@ -49,10 +49,10 @@
#include <debug.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
-#include "uip/uip_internal.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions