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
+1 -1
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"