[glib] Remove redundant header inclusions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove redundant header inclusions
- Date: Sat, 4 Sep 2010 03:05:29 +0000 (UTC)
commit 0a9eb80798274cb4faffcf8bd6fee829d767b336
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 3 20:41:52 2010 -0400
Remove redundant header inclusions
glib/gprimes.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gprimes.c b/glib/gprimes.c
index 439c1c8..6698c56 100644
--- a/glib/gprimes.c
+++ b/glib/gprimes.c
@@ -21,16 +21,16 @@
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GLib Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
*/
-/*
+/*
* MT safe
*/
#include "config.h"
-#include "glib.h"
+#include "gprimes.h"
static const guint g_primes[] =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]