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:
parent
3c0defa125
commit
b494c15e4b
@ -4,7 +4,6 @@
|
||||
|
||||
#include "shell-js.h"
|
||||
|
||||
#include <jsapi.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gjs/gjs.h>
|
||||
#include <gjs/gjs-module.h>
|
||||
|
Loading…
Reference in New Issue
Block a user