Remove hardcoded define for LIBICONV_PLUG

svn path=/trunk/netsurf/; revision=4967
This commit is contained in:
François Revel 2008-08-08 23:49:45 +00:00
parent 437b4bddf5
commit d432e7f868
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -25,7 +25,6 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#define LIBICONV_PLUG
#include <iconv.h>
#include "utils/log.h"