mirror of https://github.com/GNOME/gimp.git
plug-ins: only include "libgimp/gimp.h" and "libgimp/gimpui.h"
This commit is contained in:
parent
ce57aef6ee
commit
af8cebc2f7
|
@ -33,8 +33,6 @@
|
|||
|
||||
#include <webkit/webkit.h>
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
|
|
|
@ -20,9 +20,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_browse.h"
|
||||
|
||||
|
|
|
@ -22,9 +22,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_commands.h"
|
||||
#include "imap_default_dialog.h"
|
||||
|
|
|
@ -25,9 +25,8 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_browse.h"
|
||||
#include "imap_commands.h"
|
||||
|
|
|
@ -22,9 +22,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_about.h"
|
||||
#include "imap_circle.h"
|
||||
|
|
|
@ -25,9 +25,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimpwidgets/gimpwidgets.h>
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_commands.h"
|
||||
#include "imap_main.h"
|
||||
|
|
|
@ -24,9 +24,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_commands.h"
|
||||
#include "imap_main.h"
|
||||
|
|
|
@ -22,9 +22,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_browse.h"
|
||||
#include "imap_main.h"
|
||||
|
|
|
@ -25,9 +25,8 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimpwidgets/gimpwidgets.h>
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
||||
#include "imap_statusbar.h"
|
||||
#include "imap_stock.h"
|
||||
|
|
Loading…
Reference in New Issue