[nautilus-sound-converter] Clean up GLib includes. https://live.gnome.org/GnomeGoals/CleanupGTKIncludes
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sound-converter] Clean up GLib includes. https://live.gnome.org/GnomeGoals/CleanupGTKIncludes
- Date: Sun, 8 May 2011 20:49:22 +0000 (UTC)
commit 43189bc56f7473a999452349a0e555c4d74b7f9b
Author: Brian Pepple <bpepple fedoraproject org>
Date: Sun May 8 16:47:09 2011 -0400
Clean up GLib includes. https://live.gnome.org/GnomeGoals/CleanupGTKIncludes
src/nsc-gstreamer.c | 5 ++---
src/nsc-gstreamer.h | 4 ++--
src/nsc-xml.h | 4 ++--
3 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/src/nsc-gstreamer.c b/src/nsc-gstreamer.c
index cfd93de..823fcfc 100644
--- a/src/nsc-gstreamer.c
+++ b/src/nsc-gstreamer.c
@@ -2,7 +2,7 @@
/*
* nsc-gstreamer.c
*
- * Copyright (C) 2008-2010 Brian Pepple
+ * Copyright (C) 2008-2011 Brian Pepple
* Copyright (C) 2003-2007 Ross Burton <ross burtonini com>
*
* This library is free software; you can redistribute it and/or
@@ -27,8 +27,7 @@
#include <config.h>
#include <string.h>
-#include <glib/gerror.h>
-#include <glib/gtypes.h>
+#include <glib.h>
#include <glib/gi18n.h>
#include <glib-object.h>
#include <gst/gst.h>
diff --git a/src/nsc-gstreamer.h b/src/nsc-gstreamer.h
index 5d80ecf..91e7599 100644
--- a/src/nsc-gstreamer.h
+++ b/src/nsc-gstreamer.h
@@ -1,7 +1,7 @@
/*
* nsc-gstreamer.h
*
- * Copyright (C) 2008-2009 Brian Pepple
+ * Copyright (C) 2008-2011 Brian Pepple
* Copyright (C) 2003 Ross Burton <ross burtonini com>
*
* This library is free software; you can redistribute it and/or
@@ -27,7 +27,7 @@
#define NSC_GSTREAMER_H
#include <gio/gio.h>
-#include <glib/gmacros.h>
+#include <glib.h>
#include <glib-object.h>
#include <libgnome-media-profiles/audio-profile.h>
diff --git a/src/nsc-xml.h b/src/nsc-xml.h
index a43b1a0..6b56d0e 100644
--- a/src/nsc-xml.h
+++ b/src/nsc-xml.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2002-2007 Imendio AB
- * Copyright (C) 2008 Brian Pepple
+ * Copyright (C) 2008-2011 Brian Pepple
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -22,7 +22,7 @@
#ifndef __NSC_XML_H__
#define __NSC_XML_H__
-#include <glib/gtypes.h>
+#include <glib.h>
#include <gtk/gtk.h>
GtkBuilder *nsc_builder_get_file (const gchar *filename,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]