gcoap: Remove coap.h include file, which is no longer used.

Also change references in dependencies to the net/gcoap.h include.
This commit is contained in:
Ken Bannister 2017-01-15 06:18:04 -05:00
parent acda73c9c7
commit 342c3f2ed3
5 changed files with 4 additions and 27 deletions

View File

@ -22,7 +22,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "net/gnrc/coap.h" #include "net/gcoap.h"
#include "od.h" #include "od.h"
#include "fmt.h" #include "fmt.h"

View File

@ -21,7 +21,7 @@
#include <stdio.h> #include <stdio.h>
#include "msg.h" #include "msg.h"
#include "net/gnrc/coap.h" #include "net/gcoap.h"
#include "kernel_types.h" #include "kernel_types.h"
#include "shell.h" #include "shell.h"

View File

@ -89,7 +89,7 @@
#endif #endif
#ifdef MODULE_GCOAP #ifdef MODULE_GCOAP
#include "net/gnrc/coap.h" #include "net/gcoap.h"
#endif #endif
#define ENABLE_DEBUG (0) #define ENABLE_DEBUG (0)

View File

@ -1,23 +0,0 @@
/*
* Copyright (c) 2015-2016 Ken Bannister. All rights reserved.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup net_gcoap
* @brief Adapter for migration of GNRC-based gcoap to sock-based gcoap
* @deprecated Use net/gcoap.h instead.
*
* @{
*
* @file
*
* @author Ken Bannister <kb2ma@runbox.com>
*/
#include "net/gcoap.h"
/** @} */

View File

@ -17,7 +17,7 @@
#include "embUnit.h" #include "embUnit.h"
#include "net/gnrc/coap.h" #include "net/gcoap.h"
#include "unittests-constants.h" #include "unittests-constants.h"
#include "tests-gcoap.h" #include "tests-gcoap.h"