0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd::js: Remove stale devel include.

This commit is contained in:
Jason Volk 2018-04-04 18:45:48 -07:00
parent dbba5519f5
commit 3ab6409267

View file

@ -11,7 +11,6 @@
#include <ircd/js/js.h>
#include <js/Initialization.h> // JS_Init() / JS_ShutDown()
#include <mozilla/ThreadLocal.h> // For GetThreadType() linkage hack (see: down)
#include "/home/jason/charybdis/charybdis/gecko-dev/js/src/vm/Opcodes.h"
// Must be defined until we address issues with SpiderMonkey fixed inside any
// IRCD_JS_FIX blocks.