diff options
author | jcid <devnull@localhost> | 2008-06-08 01:04:56 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-08 01:04:56 +0200 |
commit | 74b1783cb3d3d5fc3f535e92072c725d13c2071f (patch) | |
tree | 5b674533bc1284c52f1ada5ed42c0170e772e655 | |
parent | 05af330281147e31b01c84807b60db70e9905f48 (diff) |
- Removed a couple of unnecessary includes.
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc index 1c4cef42..620cccc7 100644 --- a/src/html.cc +++ b/src/html.cc @@ -22,7 +22,6 @@ #include <stdio.h> /* for sprintf */ #include <math.h> /* for rint */ #include <errno.h> -#include <iconv.h> #include <fltk/utf.h> /* for utf8encode */ @@ -35,7 +34,6 @@ #include "colors.h" #include "misc.h" -#include "decode.h" #include "uicmd.hh" #include "history.h" #include "nav.h" |