summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-06-02 04:03:02 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-06-02 04:03:02 +0000
commit9edd06a91ef0f2e4518cbe41aebf7cdc3c9964cf (patch)
treee1ebe6a28e1656eb4cbf69c061ab297da8744fbd
parent5601b51df2f626e33eabc37807943bda4938ef54 (diff)
downloadyelp-9edd06a91ef0f2e4518cbe41aebf7cdc3c9964cf.tar.gz
- Moved #include <stdio.h> above the other #includes
* src/yelp-io-channel.c: - Moved #include <stdio.h> above the other #includes
-rw-r--r--ChangeLog5
-rw-r--r--src/yelp-io-channel.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 347593a0..5868d32f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-01 Shaun McCance <shaunm@gnome.org>
+
+ * src/yelp-io-channel.c:
+ - Moved #include <stdio.h> above the other #includes
+
2004-05-24 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Tajik (tg) to ALL_LINGUAS
diff --git a/src/yelp-io-channel.c b/src/yelp-io-channel.c
index 23a0e8a6..79a08a34 100644
--- a/src/yelp-io-channel.c
+++ b/src/yelp-io-channel.c
@@ -24,13 +24,13 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <glib.h>
#include <zlib.h>
#ifdef HAVE_LIBBZ2
#include <bzlib.h>
#endif
#include <string.h>
-#include <stdio.h>
#include "yelp-error.h"
#include "yelp-io-channel.h"