app: reorganize #includes in gimpbrush-{mipmap,transform}.cc

(cherry picked from commit f797f688ad)
This commit is contained in:
Ell
2020-02-13 00:14:01 +02:00
parent 4ce6aa5a29
commit fbc91f1556
2 changed files with 4 additions and 6 deletions

View File

@ -25,15 +25,13 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gegl.h>
#include "libgimpmath/gimpmath.h"
extern "C"
{
#include "libgimpmath/gimpmath.h"
#include "core-types.h"
#include "gegl/gimp-gegl-loops.h"
#include "gimpbrush.h"
#include "gimpbrush-mipmap.h"
#include "gimpbrush-private.h"

View File

@ -24,11 +24,11 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gegl.h>
#include "libgimpmath/gimpmath.h"
extern "C"
{
#include "libgimpmath/gimpmath.h"
#include "core-types.h"
#include "gegl/gimp-gegl-loops.h"