summaryrefslogtreecommitdiff
path: root/content/fetchers/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/file.c')
-rw-r--r--content/fetchers/file.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/fetchers/file.c b/content/fetchers/file.c
index acb30c07a..eced97f6f 100644
--- a/content/fetchers/file.c
+++ b/content/fetchers/file.c
@@ -16,7 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* file: URL handling. Based on the data fetcher by Rob Kendrick */
+/**
+ * \file
+ *
+ * file scheme URL handling. Based on the data fetcher by Rob Kendrick
+ */
#include "utils/config.h"
@@ -42,7 +46,6 @@
#include <libwapcaplet/libwapcaplet.h>
-#include "desktop/gui_factory.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
#include "utils/errors.h"
@@ -51,6 +54,8 @@
#include "utils/utils.h"
#include "utils/ring.h"
#include "utils/file.h"
+#include "desktop/gui_fetch.h"
+#include "desktop/gui_internal.h"
#include "content/dirlist.h"
#include "content/fetch.h"