summaryrefslogtreecommitdiff
path: root/glib/gprimes.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-03 20:41:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-03 20:41:52 -0400
commit0a9eb80798274cb4faffcf8bd6fee829d767b336 (patch)
tree7777b23bc25f7ff99fb4f946d9abb19b84bb5906 /glib/gprimes.c
parent6e3b14e155d08e7fee722c282f2b0c42c4bb7bbe (diff)
downloadglib-0a9eb80798274cb4faffcf8bd6fee829d767b336.tar.gz
Remove redundant header inclusions
Diffstat (limited to 'glib/gprimes.c')
-rw-r--r--glib/gprimes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/gprimes.c b/glib/gprimes.c
index 439c1c89e..6698c5606 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[] =