[brasero] 2009-04-19 Philippe Rouquier <bonfire-app wanadoo fr>



commit 4146850589290fb4ca42a5762f13f0ca4c3e46ff
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun Apr 19 14:54:25 2009 +0200

    2009-04-19  Philippe Rouquier  <bonfire-app wanadoo fr>
    
    	Cleaned up some headers
    
    	* libbrasero-burn/brasero-blank-dialog.h:
    	* libbrasero-burn/brasero-burn-dialog.h:
    	* libbrasero-burn/brasero-sum-dialog.h:
    	* libbrasero-burn/brasero-tool-dialog.h:
---
 ChangeLog                              |    9 +++++++++
 libbrasero-burn/brasero-blank-dialog.h |    2 +-
 libbrasero-burn/brasero-burn-dialog.h  |    3 ++-
 libbrasero-burn/brasero-sum-dialog.h   |    2 +-
 libbrasero-burn/brasero-tool-dialog.h  |    9 ++++-----
 5 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b07bc82..8fc0986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-04-19  Philippe Rouquier  <bonfire-app wanadoo fr>
 
+	Cleaned up some headers
+
+	* libbrasero-burn/brasero-blank-dialog.h:
+	* libbrasero-burn/brasero-burn-dialog.h:
+	* libbrasero-burn/brasero-sum-dialog.h:
+	* libbrasero-burn/brasero-tool-dialog.h:
+
+2009-04-19  Philippe Rouquier  <bonfire-app wanadoo fr>
+
 	Added some more headers for installation
 
 	* libbrasero-burn/Makefile.am:
diff --git a/libbrasero-burn/brasero-blank-dialog.h b/libbrasero-burn/brasero-blank-dialog.h
index d32eba7..f6c1f87 100644
--- a/libbrasero-burn/brasero-blank-dialog.h
+++ b/libbrasero-burn/brasero-blank-dialog.h
@@ -36,7 +36,7 @@
 
 #include <gtk/gtk.h>
 
-#include "brasero-tool-dialog.h"
+#include <brasero-tool-dialog.h>
 
 G_BEGIN_DECLS
 
diff --git a/libbrasero-burn/brasero-burn-dialog.h b/libbrasero-burn/brasero-burn-dialog.h
index 6fa2d2a..c38dac1 100644
--- a/libbrasero-burn/brasero-burn-dialog.h
+++ b/libbrasero-burn/brasero-burn-dialog.h
@@ -36,9 +36,10 @@
 
 #include <gtk/gtk.h>
 
-#include "brasero-burn.h"
+#include <brasero-burn.h>
 
 G_BEGIN_DECLS
+
 #define BRASERO_TYPE_BURN_DIALOG         (brasero_burn_dialog_get_type ())
 #define BRASERO_BURN_DIALOG(o)           (G_TYPE_CHECK_INSTANCE_CAST ((o), BRASERO_TYPE_BURN_DIALOG, BraseroBurnDialog))
 #define BRASERO_BURN_DIALOG_CLASS(k)     (G_TYPE_CHECK_CLASS_CAST((k), BRASERO_TYPE_BURN_DIALOG, BraseroBurnDialogClass))
diff --git a/libbrasero-burn/brasero-sum-dialog.h b/libbrasero-burn/brasero-sum-dialog.h
index a13b46b..69997a2 100644
--- a/libbrasero-burn/brasero-sum-dialog.h
+++ b/libbrasero-burn/brasero-sum-dialog.h
@@ -36,7 +36,7 @@
 
 #include <gtk/gtk.h>
 
-#include "brasero-tool-dialog.h"
+#include <brasero-tool-dialog.h>
 
 G_BEGIN_DECLS
 
diff --git a/libbrasero-burn/brasero-tool-dialog.h b/libbrasero-burn/brasero-tool-dialog.h
index feafc5a..4b11676 100644
--- a/libbrasero-burn/brasero-tool-dialog.h
+++ b/libbrasero-burn/brasero-tool-dialog.h
@@ -36,13 +36,12 @@
 
 #include <gtk/gtk.h>
 
-#include "burn-basics.h"
+#include <brasero-medium.h>
+#include <brasero-medium-monitor.h>
 
-#include "brasero-session.h"
-#include "brasero-burn.h"
+#include <brasero-session.h>
+#include <brasero-burn.h>
 
-#include "brasero-medium.h"
-#include "brasero-medium-monitor.h"
 
 G_BEGIN_DECLS
 



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