mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[viewer] This include was not needed
This commit is contained in:
parent
3dede92441
commit
88d836355d
@ -593,7 +593,7 @@ if not compiler.links('''#include <stdint.h>
|
||||
return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL);
|
||||
}''',
|
||||
name: 'GCC atomic builtins required -latomic')
|
||||
dep_atomic = compiler.find_library('atomic', static: st)
|
||||
dep_atomic = compiler.find_library('atomic', static: st, required: false)
|
||||
endif
|
||||
|
||||
if conf_data.get('CONFIG_QUICKJS')
|
||||
|
@ -41,10 +41,6 @@
|
||||
#include "ecmascript/mujs/element.h"
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_ECMASCRIPT_SMJS) || defined(CONFIG_QUICKJS) || defined(CONFIG_MUJS)
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
#include "intl/libintl.h"
|
||||
#include "main/object.h"
|
||||
#include "protocol/uri.h"
|
||||
|
Loading…
Reference in New Issue
Block a user