Skip to content

Commit cb37e1a

Browse files
committed
Remove redundant/misleading includes
More remnants from before the config split, unearthed by the GOBject-introspection build fix.
1 parent c2069ea commit cb37e1a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

glib/mypaint-brush.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
#include "mypaint-config.h"
3-
42
#if MYPAINT_CONFIG_USE_GLIB
53

64
#include <glib-object.h>

glib/mypaint-brush.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef MYPAINTBRUSHGLIB_H
22
#define MYPAINTBRUSHGLIB_H
33

4-
#include "mypaint-config.h"
5-
64
#include <glib-object.h>
75

86
#define MYPAINT_TYPE_BRUSH (mypaint_brush_get_type ())

0 commit comments

Comments
 (0)