Skip to content

Commit

Permalink
gcoap: Remove coap.h include file, which is no longer used.
Browse files Browse the repository at this point in the history
Also change references in dependencies to the net/gcoap.h include.
  • Loading branch information
kb2ma committed Jan 21, 2017
1 parent acda73c commit 342c3f2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/gcoap/gcoap_cli.c
Expand Up @@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "net/gnrc/coap.h"
#include "net/gcoap.h"
#include "od.h"
#include "fmt.h"

Expand Down
2 changes: 1 addition & 1 deletion examples/gcoap/main.c
Expand Up @@ -21,7 +21,7 @@
#include <stdio.h>
#include "msg.h"

#include "net/gnrc/coap.h"
#include "net/gcoap.h"
#include "kernel_types.h"
#include "shell.h"

Expand Down
2 changes: 1 addition & 1 deletion sys/auto_init/auto_init.c
Expand Up @@ -89,7 +89,7 @@
#endif

#ifdef MODULE_GCOAP
#include "net/gnrc/coap.h"
#include "net/gcoap.h"
#endif

#define ENABLE_DEBUG (0)
Expand Down
23 changes: 0 additions & 23 deletions sys/include/net/gnrc/coap.h

This file was deleted.

2 changes: 1 addition & 1 deletion tests/unittests/tests-gcoap/tests-gcoap.c
Expand Up @@ -17,7 +17,7 @@

#include "embUnit.h"

#include "net/gnrc/coap.h"
#include "net/gcoap.h"

#include "unittests-constants.h"
#include "tests-gcoap.h"
Expand Down

0 comments on commit 342c3f2

Please sign in to comment.