mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-18 16:49:18 +03:00
frontends/atari: Include the *right* options header
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
0797375380
commit
de56170cb9
@ -29,6 +29,7 @@
|
||||
#include "utils/log.h"
|
||||
#include "utils/messages.h"
|
||||
#include "utils/corestrings.h"
|
||||
#include "utils/nsoption.h"
|
||||
#include "netsurf/browser_window.h"
|
||||
#include "netsurf/layout.h"
|
||||
#include "netsurf/window.h"
|
||||
@ -65,7 +66,6 @@
|
||||
#include "atari/filetype.h"
|
||||
#include "atari/bitmap.h"
|
||||
#include "atari/font.h"
|
||||
#include "atari/options.h"
|
||||
#include "cflib.h"
|
||||
|
||||
static bool atari_quit = false;
|
||||
|
Loading…
Reference in New Issue
Block a user