aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-10-16 21:56:49 -0700
committerOmar Rizwan <omar.rizwan@gmail.com>2020-10-16 21:56:49 -0700
commit74b1b0f789ea4e310a138c4b6d476a78d49cf557 (patch)
tree268d1a06984d0430d987ac0f350e3e2d6e3f7629 /fs
parent53de6736feb5ab5d5a3039190ea770bfddc67ccf (diff)
Starting to move to native messaging.
Why? The WebSocket stuff is broken right now, and I want to get rid of the dep...
Diffstat (limited to 'fs')
m---------fs/mmx0
-rw-r--r--fs/tabfs.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/fs/mmx b/fs/mmx
deleted file mode 160000
-Subproject dc54ba5c8cf6518d9876eb8586c83603b683a11
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).