ekiga r7231 - trunk/lib/engine/components/resource-list
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7231 - trunk/lib/engine/components/resource-list
- Date: Thu, 16 Oct 2008 12:33:55 +0000 (UTC)
Author: jpuydt
Date: Thu Oct 16 12:33:55 2008
New Revision: 7231
URL: http://svn.gnome.org/viewvc/ekiga?rev=7231&view=rev
Log:
Cleaned the includes in the resource-lists code
Modified:
trunk/lib/engine/components/resource-list/rl-cluster.h
trunk/lib/engine/components/resource-list/rl-entry.cpp
trunk/lib/engine/components/resource-list/rl-heap.cpp
trunk/lib/engine/components/resource-list/rl-heap.h
trunk/lib/engine/components/resource-list/rl-list.cpp
Modified: trunk/lib/engine/components/resource-list/rl-cluster.h
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-cluster.h (original)
+++ trunk/lib/engine/components/resource-list/rl-cluster.h Thu Oct 16 12:33:55 2008
@@ -38,10 +38,10 @@
#ifndef __RL_CLUSTER_H__
#define __RL_CLUSTER_H__
-#include "rl-heap.h"
-
#include "cluster-impl.h"
+#include "rl-heap.h"
+
namespace RL {
class Cluster:
Modified: trunk/lib/engine/components/resource-list/rl-entry.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-entry.cpp (original)
+++ trunk/lib/engine/components/resource-list/rl-entry.cpp Thu Oct 16 12:33:55 2008
@@ -35,9 +35,6 @@
*
*/
-
-#include <libxml/debugXML.h>
-
#include "config.h"
#include "rl-entry.h"
Modified: trunk/lib/engine/components/resource-list/rl-heap.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-heap.cpp (original)
+++ trunk/lib/engine/components/resource-list/rl-heap.cpp Thu Oct 16 12:33:55 2008
@@ -37,7 +37,6 @@
#include "config.h"
-#include <glib.h>
#include <iostream>
#include "robust-xml.h"
Modified: trunk/lib/engine/components/resource-list/rl-heap.h
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-heap.h (original)
+++ trunk/lib/engine/components/resource-list/rl-heap.h Thu Oct 16 12:33:55 2008
@@ -38,12 +38,7 @@
#ifndef __RL_HEAP_H__
#define __RL_HEAP_H__
-#include "gmref.h"
-
#include "heap.h"
-#include "xcap-core.h"
-
-#include <libxml/tree.h>
#include "rl-list.h"
Modified: trunk/lib/engine/components/resource-list/rl-list.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-list.cpp (original)
+++ trunk/lib/engine/components/resource-list/rl-list.cpp Thu Oct 16 12:33:55 2008
@@ -38,7 +38,6 @@
#include "config.h"
#include <glib.h>
-#include <iostream>
#include "rl-list.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]