remove stdbool from rose.c, as already in config.h
This commit is contained in:
parent
31f26f7540
commit
d8522eb827
11
rose.c
11
rose.c
|
@ -1,10 +1,10 @@
|
||||||
#include <stdbool.h>
|
|
||||||
#include <stdlib.h> // necessary for free, malloc.
|
#include <stdlib.h> // necessary for free, malloc.
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <webkit2/webkit2.h>
|
#include <webkit2/webkit2.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
// Plugins
|
||||||
#include "plugins/libre_redirect/libre_redirect.h"
|
#include "plugins/libre_redirect/libre_redirect.h"
|
||||||
#include "plugins/readability/readability.h"
|
#include "plugins/readability/readability.h"
|
||||||
#include "plugins/shortcuts/shortcuts.h"
|
#include "plugins/shortcuts/shortcuts.h"
|
||||||
|
@ -21,15 +21,6 @@ static GtkEntry* search;
|
||||||
static int entry_mode;
|
static int entry_mode;
|
||||||
enum { _SEARCH, _FIND, _HIDDEN };
|
enum { _SEARCH, _FIND, _HIDDEN };
|
||||||
|
|
||||||
/* CACHE */
|
|
||||||
#define CACHE \
|
|
||||||
"base-cache-directory", CACHE_DIR, "base-data-directory", CACHE_DIR, \
|
|
||||||
"disk-cache-directory", CACHE_DIR, "dom-cache-directory", CACHE_DIR, \
|
|
||||||
"hsts-cache-directory", CACHE_DIR, "indexeddb-directory", CACHE_DIR, \
|
|
||||||
"itp-directory", CACHE_DIR, "local-storage-directory", CACHE_DIR, \
|
|
||||||
"offline-application-cache-directory", CACHE_DIR, \
|
|
||||||
"service-worker-registrations-directory", CACHE_DIR
|
|
||||||
|
|
||||||
/* Plugins */
|
/* Plugins */
|
||||||
// #include "plugins/stand_in/stand_in.h"
|
// #include "plugins/stand_in/stand_in.h"
|
||||||
int LIBRE_REDIRECT_ENABLED = true;
|
int LIBRE_REDIRECT_ENABLED = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user