From 74b1b0f789ea4e310a138c4b6d476a78d49cf557 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 16 Oct 2020 21:56:49 -0700 Subject: Starting to move to native messaging. Why? The WebSocket stuff is broken right now, and I want to get rid of the dep... --- fs/tabfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/tabfs.c') diff --git a/fs/tabfs.c b/fs/tabfs.c index b992548..2b8bc99 100644 --- a/fs/tabfs.c +++ b/fs/tabfs.c @@ -12,7 +12,6 @@ #include "base64/base64.c" #include "common.h" -#include "ws.h" static cJSON *send_request_then_await_response(cJSON *req) { // Will be freed at receiver (ws.c, receive_tabfs_request_then_send_to_browser). -- cgit v1.2.3