Imported Upstream version 3.3.1
[platform/upstream/pygobject2.git] / gi / _gobject / pyginterface.c
similarity index 94%
rename from gi/pyginterface.c
rename to gi/_gobject/pyginterface.c
index 1737de5..29af546 100644 (file)
@@ -15,7 +15,9 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ * USA
  */
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #include <Python.h>
-#include <glib-object.h>
 #include "pyglib.h"
-
-#include "pyginterface.h"
-#include "pygtype.h"
+#include "pygobject-private.h"
 
 GQuark pyginterface_type_key;
 GQuark pyginterface_info_key;