libgimbase: merge gimpparam.h into gimpparamspecs.h

which means that it's now included normally via gimpbase.h
and not any longer via gimpbasetypes.h which we only did out
of lazyness. A *lot* of files in libgimp* and app/ now need to
This commit is contained in:
Michael Natterer
2019-07-31 10:16:21 +02:00
parent 16043cec5e
commit 63695b4b21
162 changed files with 245 additions and 73 deletions

View File

@ -24,6 +24,7 @@
#include <gegl.h>
#include <gtk/gtk.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpcolor/gimpcolor.h"
#include "libgimpconfig/gimpconfig.h"