mirror of https://github.com/GNOME/gimp.git
parent
9d2b8d96a1
commit
a36a271695
|
@ -1,3 +1,8 @@
|
|||
Sat Jul 3 16:04:16 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/color_notebook.c
|
||||
* plug-ins/common/borderaverage.c: fix include file paths
|
||||
|
||||
1999-07-03 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
It is now possible to build a fully functioning GIMP on Win32 with
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gmodule/gmodule.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gmodule/gmodule.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gmodule/gmodule.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <gmodule/gmodule.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <libgimp/gimp.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gck/gck.h>
|
||||
#include <plug-ins/libgck/gck/gck.h>
|
||||
#include <plug-ins/megawidget/megawidget.h>
|
||||
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue