Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar/src


Modified Files:
        iconbar.c iconbar.h prefs.c 


Log Message:
touchup includes to get rid of warnings
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/iconbar.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- iconbar.c   24 Oct 2004 22:06:13 -0000      1.17
+++ iconbar.c   30 Oct 2005 07:52:27 -0000      1.18
@@ -1,8 +1,6 @@
 #include "iconbar.h"
 #include "icon.h"
 #include "util.h"
-#include <math.h>
-#include <time.h>
 #include "prefs.h"
 /* #include "icon_editor.h" */
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/iconbar.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- iconbar.h   22 Apr 2004 16:45:31 -0000      1.5
+++ iconbar.h   30 Oct 2005 07:52:27 -0000      1.6
@@ -8,7 +8,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <dirent.h>
-
+#include <math.h>
+#include <time.h>
+#include <string.h>
 
 typedef struct _Iconbar Iconbar;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/prefs.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- prefs.c     26 Mar 2004 20:50:02 -0000      1.8
+++ prefs.c     30 Oct 2005 07:52:27 -0000      1.9
@@ -6,6 +6,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h>
 
 struct _Iconbar_Prefs {
     char *db;




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to