[gnumeric] Compilation: more include cleanup.



commit 0b5b5548334a143429558c21d1df85951491dd13
Author: Morten Welinder <terra gnome org>
Date:   Fri Feb 22 22:02:28 2013 -0500

    Compilation: more include cleanup.

 src/gnm-random.c       |    1 -
 src/gutils.c           |    1 -
 src/main-application.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gnm-random.c b/src/gnm-random.c
index a83991f..b60e532 100644
--- a/src/gnm-random.c
+++ b/src/gnm-random.c
@@ -11,7 +11,6 @@
 #include <windows.h>
 #endif
 
-#include <fcntl.h>
 #include <unistd.h>
 #include <string.h>
 
diff --git a/src/gutils.c b/src/gutils.c
index ad6ce77..1a9e7fe 100644
--- a/src/gutils.c
+++ b/src/gutils.c
@@ -25,7 +25,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <fcntl.h>
 #include <errno.h>
 #include <locale.h>
 #include <gsf/gsf-impl-utils.h>
diff --git a/src/main-application.c b/src/main-application.c
index 326a7b0..38ba711 100644
--- a/src/main-application.c
+++ b/src/main-application.c
@@ -41,7 +41,6 @@
 #include <glib/gstdio.h>
 
 #include <sys/types.h>
-#include <fcntl.h>
 #include <time.h>
 #include <string.h>
 #include <locale.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]