mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 02:42:11 +03:00
Remove hardcoded define for LIBICONV_PLUG
svn path=/trunk/netsurf/; revision=4967
This commit is contained in:
parent
437b4bddf5
commit
d432e7f868
@ -26,7 +26,6 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#define LIBICONV_PLUG
|
||||
#include <iconv.h>
|
||||
#include "content/content.h"
|
||||
#include "css/css.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define LIBICONV_PLUG
|
||||
#include <iconv.h>
|
||||
|
||||
#include "utils/log.h"
|
||||
|
Loading…
Reference in New Issue
Block a user