Commit 6d3ed4fd authored by Victor Ananjevsky's avatar Victor Ananjevsky

cleanup includes

parent 50c964d7
......@@ -19,8 +19,6 @@
#include <errno.h>
#include <glib/gprintf.h>
#include "yad.h"
static GtkWidget *color;
......
......@@ -17,8 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <glib/gprintf.h>
#include "yad.h"
static void
......
......@@ -17,8 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <glib/gprintf.h>
#include "yad.h"
static GtkWidget *filechooser;
......
......@@ -17,10 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <errno.h>
#include <glib/gprintf.h>
#include "yad.h"
static GtkWidget *font;
......
......@@ -22,8 +22,6 @@
#include "yad.h"
#include <glib/gprintf.h>
#include <webkit2/webkit2.h>
static WebKitWebView *view;
......
......@@ -20,8 +20,6 @@
#include <string.h>
#include <stdlib.h>
#include <glib/gprintf.h>
#include "yad.h"
static GtkWidget *list_view;
......
......@@ -22,7 +22,6 @@
#include <time.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include "yad.h"
......
......@@ -17,8 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <errno.h>
#include <pango/pango.h>
#include "yad.h"
......
......@@ -34,6 +34,10 @@
#include <glib/gi18n.h>
#include <glib/gprintf.h>
#ifdef HAVE_HTML
#include <webkit2/webkit2.h>
#endif
#ifdef HAVE_SPELL
#include <gspell/gspell.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment