[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_99-9-gfc149b4

Rémi Cardona nobody at users.sourceforge.net
Fri Jan 28 19:32:42 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  fc149b44201d653bae3f543de7a6d16321aa8fd7 (commit)
      from  1df22263b02a7817c0656367fa86d180a8b96f61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc149b44201d653bae3f543de7a6d16321aa8fd7
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri Jan 28 09:02:54 2011 +0100

    drop useless ./ and ././ from includes all over the code, part 2
    
    Follow up to commit 62514ef6762715976f2c5039bb22e6bd0efef794

-----------------------------------------------------------------------

Changes:
diff --git a/src/plugins/gnucash/gnucash.c b/src/plugins/gnucash/gnucash.c
index 10221d7..ef251cc 100644
--- a/src/plugins/gnucash/gnucash.c
+++ b/src/plugins/gnucash/gnucash.c
@@ -25,13 +25,13 @@
 
 /*START_INCLUDE*/
 #include "gnucash.h"
-#include "./dialog.h"
-#include "./gsb_data_transaction.h"
-#include "./gsb_real.h"
-#include "./import.h"
-#include "./utils_str.h"
-#include "./utils_files.h"
-#include "./erreur.h"
+#include "dialog.h"
+#include "gsb_data_transaction.h"
+#include "gsb_real.h"
+#include "import.h"
+#include "utils_str.h"
+#include "utils_files.h"
+#include "erreur.h"
 /*END_INCLUDE*/
 
 /*START_EXTERN*/
diff --git a/src/plugins/ofx/ofx.c b/src/plugins/ofx/ofx.c
index 52ed1f1..cd07684 100644
--- a/src/plugins/ofx/ofx.c
+++ b/src/plugins/ofx/ofx.c
@@ -24,10 +24,10 @@
 
 /*START_INCLUDE*/
 #include "ofx.h"
-#include "./dialog.h"
-#include "./gsb_real.h"
-#include "./utils_str.h"
-#include "./erreur.h"
+#include "dialog.h"
+#include "gsb_real.h"
+#include "utils_str.h"
+#include "erreur.h"
 /*END_INCLUDE*/
 
 /*START_EXTERN*/
diff --git a/src/plugins/ofx/ofx.h b/src/plugins/ofx/ofx.h
index b395af7..20751c8 100644
--- a/src/plugins/ofx/ofx.h
+++ b/src/plugins/ofx/ofx.h
@@ -2,7 +2,7 @@
 #define GSB_OFX_H
 
 /* START_INCLUDE_H */
-#include "./import.h"
+#include "import.h"
 /* END_INCLUDE_H */
 
 /* START_DECLARATION */
diff --git a/src/plugins/openssl/openssl.c b/src/plugins/openssl/openssl.c
index c59cccb..8ef3f90 100644
--- a/src/plugins/openssl/openssl.c
+++ b/src/plugins/openssl/openssl.c
@@ -27,10 +27,10 @@
 
 /*START_INCLUDE*/
 #include "openssl.h"
-#include "./dialog.h"
-#include "./main.h"
-#include "./structures.h"
-#include "./erreur.h"
+#include "dialog.h"
+#include "main.h"
+#include "structures.h"
+#include "erreur.h"
 /*END_INCLUDE*/
 
 /*FIX FOR THE LINKING ERROR WITH WINDOWS MSVC*/
diff --git a/src/plugins/openssl/openssl.h b/src/plugins/openssl/openssl.h
index b5179b8..02b48ad 100644
--- a/src/plugins/openssl/openssl.h
+++ b/src/plugins/openssl/openssl.h
@@ -9,7 +9,7 @@
 
 
 /* START_INCLUDE_H */
-#include "./include.h"
+#include "include.h"
 /* END_INCLUDE_H */
 
 /* START_DECLARATION */
diff --git a/src/tests/gsb_data_account_cunit.c b/src/tests/gsb_data_account_cunit.c
index b6e78ba..7304f2b 100644
--- a/src/tests/gsb_data_account_cunit.c
+++ b/src/tests/gsb_data_account_cunit.c
@@ -32,12 +32,12 @@
 
 /* START_INCLUDE */
 #include "gsb_data_account_cunit.h"
-#include "./utils_dates.h"
-#include "./gsb_data_account.h"
-#include "./gsb_data_currency.h"
-#include "./gsb_data_transaction.h"
-#include "./gsb_data_account.h"
-#include "./gsb_real.h"
+#include "utils_dates.h"
+#include "gsb_data_account.h"
+#include "gsb_data_currency.h"
+#include "gsb_data_transaction.h"
+#include "gsb_data_account.h"
+#include "gsb_real.h"
 /* END_INCLUDE */
 
 /* START_STATIC */
diff --git a/src/tests/gsb_real_cunit.c b/src/tests/gsb_real_cunit.c
index 64902b1..e2327ba 100644
--- a/src/tests/gsb_real_cunit.c
+++ b/src/tests/gsb_real_cunit.c
@@ -32,8 +32,8 @@
 
 /* START_INCLUDE */
 #include "gsb_real_cunit.h"
-#include "./gsb_real.h"
-#include "./gsb_real.h"
+#include "gsb_real.h"
+#include "gsb_real.h"
 /* END_INCLUDE */
 
 /* START_STATIC */
diff --git a/src/tests/utils_dates_cunit.c b/src/tests/utils_dates_cunit.c
index 5443d0e..6628914 100644
--- a/src/tests/utils_dates_cunit.c
+++ b/src/tests/utils_dates_cunit.c
@@ -32,7 +32,7 @@
 
 /* START_INCLUDE */
 #include "utils_dates_cunit.h"
-#include "./utils_dates.h"
+#include "utils_dates.h"
 /* END_INCLUDE */
 
 /* START_STATIC */


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list