diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2016-05-31 15:44:36 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2016-06-01 21:21:38 +0200 |
commit | ef7a6dad8cea6a3b9547cfae00bf15ebb9eb756e (patch) | |
tree | b5f10a15e0158f750eaa6c1f9b243840c86dc991 /gi/pygoptiongroup.c | |
parent | e1e05fb027c328ef41be0ba6d99883d2d7983f70 (diff) | |
download | pygobject-ef7a6dad8cea6a3b9547cfae00bf15ebb9eb756e.tar.gz |
Merge pyglib-private.h into pyglib.h
No need for another header
https://bugzilla.gnome.org/show_bug.cgi?id=767084
Diffstat (limited to 'gi/pygoptiongroup.c')
-rw-r--r-- | gi/pygoptiongroup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gi/pygoptiongroup.c b/gi/pygoptiongroup.c index 3248b189..bd574899 100644 --- a/gi/pygoptiongroup.c +++ b/gi/pygoptiongroup.c @@ -23,7 +23,6 @@ #endif #include <pyglib.h> -#include "pyglib-private.h" #include "pygoptiongroup.h" #include "pygi-error.h" |