[gimp] app: forgot to remove the creepy includes in gimpbrush-load.c after porting



commit 9d11dc046d259d2cf86f944ec7e25e0eb03a8c8b
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jul 3 15:48:38 2014 +0200

    app: forgot to remove the creepy includes in gimpbrush-load.c after porting

 app/core/gimpbrush-load.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/app/core/gimpbrush-load.c b/app/core/gimpbrush-load.c
index ccd0a2c..7cc7097 100644
--- a/app/core/gimpbrush-load.c
+++ b/app/core/gimpbrush-load.c
@@ -20,19 +20,6 @@
 #include "config.h"
 
 #include <errno.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#ifndef _O_BINARY
-#define _O_BINARY 0
-#endif
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <glib/gstdio.h>
@@ -40,10 +27,6 @@
 
 #include "libgimpbase/gimpbase.h"
 
-#ifdef G_OS_WIN32
-#include "libgimpbase/gimpwin32-io.h"
-#endif
-
 #include "core-types.h"
 
 #include "gimpbrush.h"


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