Rename debugger-ws.h to debugger-sha1.h in debugger extension (#2463)

The renamed header doesn't contain any declarations related to
debugger-ws.c but contains the declaration of a function from
debugger-sha1.c.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss 2018-08-13 05:43:36 +02:00 committed by yichoi
parent 79d1a3cc7e
commit d7cb48d4cc
3 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
* http://www.itl.nist.gov/fipspubs/fip180-1.htm
*/
#include "debugger-ws.h"
#include "debugger-sha1.h"
#include "jext-common.h"
#ifdef JERRY_DEBUGGER

View File

@ -13,8 +13,8 @@
* limitations under the License.
*/
#ifndef DEBUGGER_WS_H
#define DEBUGGER_WS_H
#ifndef DEBUGGER_SHA1_H
#define DEBUGGER_SHA1_H
#include "jerryscript-debugger-transport.h"
@ -28,4 +28,4 @@ void jerryx_debugger_compute_sha1 (const uint8_t *input1, size_t input1_len,
#endif /* JERRY_DEBUGGER */
#endif /* !DEBUGGER_WS_H */
#endif /* !DEBUGGER_SHA1_H */

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "debugger-ws.h"
#include "debugger-sha1.h"
#include "jerryscript-ext/debugger.h"
#include "jext-common.h"