mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
fixup missing includes
This commit is contained in:
parent
3a9fa29ee5
commit
07f1ae7461
@ -26,6 +26,7 @@
|
||||
#include "desktop/browser.h"
|
||||
|
||||
struct s_toolbar;
|
||||
struct nsurl;
|
||||
|
||||
enum toolbar_textarea {
|
||||
URL_INPUT_TEXT_AREA = 1
|
||||
@ -76,7 +77,7 @@ OBJECT *toolbar_get_form(struct s_toolbar *tb);
|
||||
struct textarea *toolbar_get_textarea(struct s_toolbar *tb,
|
||||
enum toolbar_textarea which);
|
||||
char *toolbar_get_url(struct s_toolbar *tb);
|
||||
nsurl * toolbar_get_nsurl(struct s_toolbar * tb);
|
||||
struct nsurl * toolbar_get_nsurl(struct s_toolbar * tb);
|
||||
void toolbar_set_throbber_state(struct s_toolbar *tb, bool active);
|
||||
void toolbar_set_attached(struct s_toolbar *tb, bool attached);
|
||||
void toolbar_set_visible(struct s_toolbar *tb, short area, bool visible);
|
||||
|
@ -29,6 +29,7 @@
|
||||
#import "utils/nsoption.h"
|
||||
#import "utils/messages.h"
|
||||
#import "utils/utils.h"
|
||||
#import "utils/nsurl.h"
|
||||
|
||||
@interface BrowserWindowController ()
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#import "utils/nsoption.h"
|
||||
#import "utils/messages.h"
|
||||
#import "utils/utils.h"
|
||||
#import "utils/nsurl.h"
|
||||
|
||||
@interface NetSurfAppDelegate ()
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "utils/messages.h"
|
||||
#include "utils/filepath.h"
|
||||
#include "utils/file.h"
|
||||
#include "utils/nsurl.h"
|
||||
#include "content/fetchers/resource.h"
|
||||
|
||||
#include "windows/findfile.h"
|
||||
|
Loading…
Reference in New Issue
Block a user