seed r216 - in trunk: libseed src
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r216 - in trunk: libseed src
- Date: Sat, 8 Nov 2008 14:05:19 +0000 (UTC)
Author: racarr
Date: Sat Nov 8 14:05:19 2008
New Revision: 216
URL: http://svn.gnome.org/viewvc/seed?rev=216&view=rev
Log:
Fix headers in main also.
Modified:
trunk/libseed/seed-builtins.c
trunk/src/main.c
Modified: trunk/libseed/seed-builtins.c
==============================================================================
--- trunk/libseed/seed-builtins.c (original)
+++ trunk/libseed/seed-builtins.c Sat Nov 8 14:05:19 2008
@@ -18,9 +18,8 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
-#include "seed-private.h"
#include <stdio.h>
+#include "seed-private.h"
#include <readline/readline.h>
#include <readline/history.h>
#include <string.h>
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Sat Nov 8 14:05:19 2008
@@ -20,8 +20,9 @@
#include <glib.h>
#include <glib-object.h>
+#include <stdio.h>
#include "../libseed/seed.h"
-#include "readline/readline.h"
+#include <readline/readline.h>
#include <stdlib.h>
#include <girepository.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]