shell-js: Kill some compile warnings

jsapi.h has some bad warnings with gcc. gjs-module.h already includes
jsapi.h and uses a complicated set of GCC pragmas to mask them out, so
just kill our include.
This commit is contained in:
Jasper St. Pierre 2014-02-22 17:41:10 -05:00
parent 3c0defa125
commit b494c15e4b

View File

@ -4,7 +4,6 @@
#include "shell-js.h"
#include <jsapi.h>
#include <gio/gio.h>
#include <gjs/gjs.h>
#include <gjs/gjs-module.h>