From ad343eccb18454bab2f4e9464b88564c9da69649 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Nov 2014 20:10:32 +0000 Subject: remove unecessary utils/types.h This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required. --- framebuffer/framebuffer.c | 1 + framebuffer/gui.c | 1 - framebuffer/localhistory.c | 1 - framebuffer/thumbnail.c | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framebuffer') diff --git a/framebuffer/framebuffer.c b/framebuffer/framebuffer.c index a0f39707c..0988c6b33 100644 --- a/framebuffer/framebuffer.c +++ b/framebuffer/framebuffer.c @@ -28,6 +28,7 @@ #include #include +#include "utils/utils.h" #include "utils/log.h" #include "desktop/browser.h" #include "image/bitmap.h" diff --git a/framebuffer/gui.c b/framebuffer/gui.c index 0ee60c944..df7b0e7c7 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -36,7 +36,6 @@ #include "utils/filepath.h" #include "utils/log.h" #include "utils/messages.h" -#include "utils/types.h" #include "desktop/browser.h" #include "desktop/textinput.h" #include "desktop/browser_history.h" diff --git a/framebuffer/localhistory.c b/framebuffer/localhistory.c index caacae7e5..1b2eb9a60 100644 --- a/framebuffer/localhistory.c +++ b/framebuffer/localhistory.c @@ -24,7 +24,6 @@ #include #include -#include "utils/types.h" #include "desktop/browser_history.h" #include "desktop/plotters.h" diff --git a/framebuffer/thumbnail.c b/framebuffer/thumbnail.c index 0573e0758..616a59901 100644 --- a/framebuffer/thumbnail.c +++ b/framebuffer/thumbnail.c @@ -23,6 +23,7 @@ #include "utils/log.h" #include "utils/utils.h" +#include "desktop/plotters.h" #include "desktop/thumbnail.h" #include "content/urldb.h" #include "content/content.h" -- cgit v1.2.3