From 3852fce45ab9ab834084a4f01d92be06f90a33db Mon Sep 17 00:00:00 2001 From: Joakim Eriksson Date: Fri, 1 Sep 2017 17:03:17 +0200 Subject: [PATCH] fixed some er-coap includes --- examples/ipso-objects/example-server.c | 4 ++-- .../cc26xx/very-sleepy-demo/very-sleepy-demo.c | 2 +- examples/platform-specific/nrf52dk/coap-demo/coap-client.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ipso-objects/example-server.c b/examples/ipso-objects/example-server.c index 8745f3831..cc0c46189 100644 --- a/examples/ipso-objects/example-server.c +++ b/examples/ipso-objects/example-server.c @@ -41,8 +41,8 @@ #include "rpl.h" #include "rpl-dag-root.h" #include "net/netstack.h" -#include "er-coap-constants.h" -#include "er-coap-engine.h" +#include "coap-constants.h" +#include "coap-engine.h" #include "lwm2m-engine.h" #include "oma-tlv.h" #include "dev/serial-line.h" diff --git a/examples/platform-specific/cc26xx/very-sleepy-demo/very-sleepy-demo.c b/examples/platform-specific/cc26xx/very-sleepy-demo/very-sleepy-demo.c index 1843e25d2..e56ee93e6 100644 --- a/examples/platform-specific/cc26xx/very-sleepy-demo/very-sleepy-demo.c +++ b/examples/platform-specific/cc26xx/very-sleepy-demo/very-sleepy-demo.c @@ -45,7 +45,7 @@ #include "rpl-private.h" #endif /* UIP_CONF_IPV6_RPL_LITE == 0 */ #include "rest-engine.h" -#include "er-coap.h" +#include "coap.h" #include "ti-lib.h" diff --git a/examples/platform-specific/nrf52dk/coap-demo/coap-client.c b/examples/platform-specific/nrf52dk/coap-demo/coap-client.c index 2ec1f5ab1..1ef59b369 100644 --- a/examples/platform-specific/nrf52dk/coap-demo/coap-client.c +++ b/examples/platform-specific/nrf52dk/coap-demo/coap-client.c @@ -50,7 +50,7 @@ #include #include "contiki.h" #include "contiki-net.h" -#include "er-coap-engine.h" +#include "coap-engine.h" #include "dev/button-sensor.h" #include "dev/leds.h"