fix include file paths

-Yosh
This commit is contained in:
Manish Singh 1999-07-03 23:07:20 +00:00
parent 9d2b8d96a1
commit a36a271695
6 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -20,7 +20,7 @@
#include "config.h"
#include <gmodule/gmodule.h>
#include <gmodule.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -20,7 +20,7 @@
#include "config.h"
#include <gmodule/gmodule.h>
#include <gmodule.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -20,7 +20,7 @@
#include "config.h"
#include <gmodule/gmodule.h>
#include <gmodule.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -20,7 +20,7 @@
#include "config.h"
#include <gmodule/gmodule.h>
#include <gmodule.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -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"