summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-15 20:18:27 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-15 20:18:27 +0000
commitd9002dc71c3e08c3222cf3e64f2d09c4ec9d87de (patch)
tree38f6393af4dae27d1e1ce4ec8d6885200b8b336c /framebuffer
parent640fbe5f5f1f6a6990246fbe08e2136628f140a6 (diff)
downloadnetsurf-d9002dc71c3e08c3222cf3e64f2d09c4ec9d87de.tar.gz
netsurf-d9002dc71c3e08c3222cf3e64f2d09c4ec9d87de.tar.bz2
Remove unused includes.
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/localhistory.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/framebuffer/localhistory.c b/framebuffer/localhistory.c
index ca1acee21..e972a1439 100644
--- a/framebuffer/localhistory.c
+++ b/framebuffer/localhistory.c
@@ -16,16 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <limits.h>
-#include <unistd.h>
-#include <assert.h>
-#include <string.h>
#include <stdbool.h>
-#include <stdlib.h>
#include <libnsfb.h>
#include <libnsfb_plot.h>
@@ -37,13 +28,6 @@
#include "framebuffer/gui.h"
#include "framebuffer/fbtk.h"
#include "framebuffer/framebuffer.h"
-#include "framebuffer/schedule.h"
-#include "framebuffer/findfile.h"
-#include "framebuffer/image_data.h"
-#include "framebuffer/font.h"
-
-#include "content/urldb.h"
-#include "content/fetch.h"
static int
localhistory_redraw(fbtk_widget_t *widget, fbtk_callback_info *cbi)