[monkey-bubble: 174/753] s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;



commit cf320cce226b4bf355538cfdc5aea5c92102603e
Author: Michael Meeks <michael ximian com>
Date:   Wed Apr 18 22:14:46 2001 +0000

    s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
    
    2001-04-18  Michael Meeks  <michael ximian com>
    
    	* *.[ch]:
    
    	s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
    	s/BEGIN_GNOME_DECLS/G_BEGIN_DECLS/g;
    	s/END_GNOME_DECLS/G_END_DECLS/g;

 ChangeLog                    |    8 ++++++++
 libgnome/gnome-config.h      |    1 -
 libgnome/gnome-ditem.c       |    1 -
 libgnome/gnome-ditem.h       |    1 -
 libgnome/gnome-exec.c        |    1 -
 libgnome/gnome-exec.h        |    1 -
 libgnome/gnome-fileconvert.c |    1 -
 libgnome/gnome-fileconvert.h |    1 -
 libgnome/gnome-i18nP.h       |    1 -
 libgnome/gnome-init.h        |    1 -
 libgnome/gnome-paper.h       |    1 -
 libgnome/gnome-regex.h       |    1 -
 libgnome/gnome-remote.h      |    1 -
 libgnome/gnome-sound.h       |    1 -
 libgnome/gnome-triggers.h    |    1 -
 libgnome/gnome-url.c         |    1 -
 libgnome/gnome-url.h         |    1 -
 libgnome/gnome-util.c        |    1 -
 libgnome/gnome-util.h        |    1 -
 19 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0400a6e..c64cd17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-04-18  Michael Meeks  <michael ximian com>
+
+	* *.[ch]:
+	
+	s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
+	s/BEGIN_GNOME_DECLS/G_BEGIN_DECLS/g;
+	s/END_GNOME_DECLS/G_END_DECLS/g;
+	
 2001-04-17  Martin Baulig  <baulig suse de>
 
 	* configure.in: Unconditionally depend on libbonobo; removed the
diff --git a/libgnome/gnome-config.h b/libgnome/gnome-config.h
index 04457e6..443eb5d 100644
--- a/libgnome/gnome-config.h
+++ b/libgnome/gnome-config.h
@@ -27,7 +27,6 @@
 #define GNOME_CONFIG_H
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-ditem.c b/libgnome/gnome-ditem.c
index 2d7cec2..5b82e95 100644
--- a/libgnome/gnome-ditem.c
+++ b/libgnome/gnome-ditem.c
@@ -42,7 +42,6 @@
 #include <time.h>
 #include <string.h>
 #include "libgnomeP.h"
-#include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-portability.h>
 #include "gnome-ditem.h"
 #include "gnome-util.h"
diff --git a/libgnome/gnome-ditem.h b/libgnome/gnome-ditem.h
index 34f6ab3..852a37b 100644
--- a/libgnome/gnome-ditem.h
+++ b/libgnome/gnome-ditem.h
@@ -28,7 +28,6 @@
 #define GNOME_DITEM_H
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-exec.c b/libgnome/gnome-exec.c
index ff8dc6a..db933ed 100644
--- a/libgnome/gnome-exec.c
+++ b/libgnome/gnome-exec.c
@@ -25,7 +25,6 @@
 #  include <config.h>
 #endif
 
-#include <libgnomebase/gnome-defs.h>
 #include "gnome-exec.h"
 #include <libgnomebase/gnome-portability.h>
 #include "gnome-util.h"
diff --git a/libgnome/gnome-exec.h b/libgnome/gnome-exec.h
index 5274c08..b596fb0 100644
--- a/libgnome/gnome-exec.h
+++ b/libgnome/gnome-exec.h
@@ -28,7 +28,6 @@
 #define GNOME_EXEC_H
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-fileconvert.c b/libgnome/gnome-fileconvert.c
index 0ec9e0f..2728552 100644
--- a/libgnome/gnome-fileconvert.c
+++ b/libgnome/gnome-fileconvert.c
@@ -33,7 +33,6 @@
 #include <glib.h>
 #include <dirent.h>
 
-#include <libgnomebase/gnome-defs.h>
 #include "gnome-fileconvert.h"
 #include "gnome-util.h"
 #include "libgnomeP.h"
diff --git a/libgnome/gnome-fileconvert.h b/libgnome/gnome-fileconvert.h
index 1079fdb..c60eabb 100644
--- a/libgnome/gnome-fileconvert.h
+++ b/libgnome/gnome-fileconvert.h
@@ -27,7 +27,6 @@
 #define __GNOME_FILECONVERT_H__ 1
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 /* WARNING ____ IMMATURE API ____ liable to change */
 
diff --git a/libgnome/gnome-i18nP.h b/libgnome/gnome-i18nP.h
index 82ab934..d53064e 100644
--- a/libgnome/gnome-i18nP.h
+++ b/libgnome/gnome-i18nP.h
@@ -32,7 +32,6 @@
 #ifndef __GNOME_I18NP_H__
 #define __GNOME_I18NP_H__ 1
 
-#include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-i18n.h>
 
 G_BEGIN_DECLS
diff --git a/libgnome/gnome-init.h b/libgnome/gnome-init.h
index 525f316..1e4163f 100644
--- a/libgnome/gnome-init.h
+++ b/libgnome/gnome-init.h
@@ -26,7 +26,6 @@
 #ifndef LIBGNOMEINIT_H
 #define LIBGNOMEINIT_H
 
-#include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-program.h>
 
 #include <gconf/gconf-client.h>
diff --git a/libgnome/gnome-paper.h b/libgnome/gnome-paper.h
index e5d3ac8..dc55972 100644
--- a/libgnome/gnome-paper.h
+++ b/libgnome/gnome-paper.h
@@ -28,7 +28,6 @@
 #define GNOME_PAPER_H
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-regex.h b/libgnome/gnome-regex.h
index 63ce97e..863bc95 100644
--- a/libgnome/gnome-regex.h
+++ b/libgnome/gnome-regex.h
@@ -24,7 +24,6 @@
 #ifndef GNOME_REGEX_H
 #define GNOME_REGEX_H
 
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-remote.h b/libgnome/gnome-remote.h
index 3911852..68c0c62 100644
--- a/libgnome/gnome-remote.h
+++ b/libgnome/gnome-remote.h
@@ -25,7 +25,6 @@
 #define GNOME_REMOTE_H
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-sound.h b/libgnome/gnome-sound.h
index 353c197..06ace7d 100644
--- a/libgnome/gnome-sound.h
+++ b/libgnome/gnome-sound.h
@@ -27,7 +27,6 @@
 #define __GNOME_SOUND_H__ 1
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-triggers.h b/libgnome/gnome-triggers.h
index d39182b..5afb019 100644
--- a/libgnome/gnome-triggers.h
+++ b/libgnome/gnome-triggers.h
@@ -27,7 +27,6 @@
 #define __GNOME_TRIGGERS_H__
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-url.c b/libgnome/gnome-url.c
index 25338ab..46ba715 100644
--- a/libgnome/gnome-url.c
+++ b/libgnome/gnome-url.c
@@ -31,7 +31,6 @@
 #include <unistd.h>
 #include <errno.h>
 
-#include <libgnomebase/gnome-defs.h>
 #include <libgnome/gnome-config.h>
 #include <libgnome/gnome-exec.h>
 #include <libgnome/gnome-util.h>
diff --git a/libgnome/gnome-url.h b/libgnome/gnome-url.h
index e51d76f..4f83562 100644
--- a/libgnome/gnome-url.h
+++ b/libgnome/gnome-url.h
@@ -25,7 +25,6 @@
 #define GNOME_URL_H
 
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 
 G_BEGIN_DECLS
 
diff --git a/libgnome/gnome-util.c b/libgnome/gnome-util.c
index 1ecfded..67e65ed 100644
--- a/libgnome/gnome-util.c
+++ b/libgnome/gnome-util.c
@@ -50,7 +50,6 @@
 #include <pwd.h>
 #include <limits.h>
 #include "libgnomeP.h"
-#include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-program.h>
 #include <libgnomebase/gnome-portability.h>
 #include <libgnome/gnome-util.h>
diff --git a/libgnome/gnome-util.h b/libgnome/gnome-util.h
index b6edf18..8ed49dd 100644
--- a/libgnome/gnome-util.h
+++ b/libgnome/gnome-util.h
@@ -29,7 +29,6 @@
 
 #include <stdlib.h>
 #include <glib.h>
-#include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-program.h>
 
 G_BEGIN_DECLS



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