[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/syndication
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2007-05-05 0:13:54
Message-ID: 1178324034.502802.9265.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 661247 by osterfeld:

fix include order. enclosure.cpp still missing, due to a permissions problem


 M  +1 -1      documentvisitor.cpp  
 M  +1 -1      elementwrapper.cpp  
 M  +1 -1      feed.cpp  
 M  +2 -1      global.cpp  
 M  +2 -2      image.cpp  
 M  +1 -1      item.cpp  
 M  +3 -3      loader.cpp  
 M  +1 -1      specificitemvisitor.cpp  
 M  +1 -1      tools.cpp  


--- trunk/KDE/kdepimlibs/syndication/documentvisitor.cpp #661246:661247
@@ -21,8 +21,8 @@
  */
 
 
+#include "documentvisitor.h"
 #include "specificdocument.h"
-#include "documentvisitor.h"
 
 namespace Syndication {
 
--- trunk/KDE/kdepimlibs/syndication/elementwrapper.cpp #661246:661247
@@ -19,8 +19,8 @@
  * Boston, MA 02110-1301, USA.
  *
  */
+#include "elementwrapper.h"
 #include "constants.h"
-#include "elementwrapper.h"
 
 #include <kurl.h>
 
--- trunk/KDE/kdepimlibs/syndication/feed.cpp #661246:661247
@@ -20,8 +20,8 @@
  *
  */
 
+#include "feed.h"
 #include "category.h"
-#include "feed.h"
 #include "image.h"
 #include "item.h"
 #include "person.h"
--- trunk/KDE/kdepimlibs/syndication/global.cpp #661246:661247
@@ -20,9 +20,10 @@
  *
  */
 
+#include "global.h"
 #include "documentsource.h"
-#include "global.h"
 #include "parsercollectionimpl.h"
+
 #include "mapper/mapperatomimpl.h"
 #include "mapper/mapperrdfimpl.h"
 #include "mapper/mapperrss2impl.h"
--- trunk/KDE/kdepimlibs/syndication/image.cpp #661246:661247
@@ -20,10 +20,10 @@
  *
  */
 
+#include "image.h"
+
 #include <QtCore/QString>
 
-#include "image.h"
-
 namespace Syndication {
 
 Image::~Image()
--- trunk/KDE/kdepimlibs/syndication/item.cpp #661246:661247
@@ -20,9 +20,9 @@
  *
  */
 
+#include "item.h"
 #include "category.h"
 #include "enclosure.h"
-#include "item.h"
 #include "person.h"
 #include "tools.h"
 
--- trunk/KDE/kdepimlibs/syndication/loader.cpp #661246:661247
@@ -8,22 +8,22 @@
  * FOR A PARTICULAR PURPOSE. For licensing and distribution details, check the
  * accompanying file 'COPYING'.
  */
+#include "loader.h"
 #include "dataretriever.h"
 #include "documentsource.h"
 #include "feed.h"
 #include "global.h"
-#include "loader.h"
 #include "parsercollection.h"
 
 #include <kio/global.h>
-
-#include <boost/shared_ptr.hpp>
 #include <kurl.h>
 
 #include <QtCore/QBuffer>
 #include <QtCore/QRegExp>
 #include <QtCore/QStringList>
 
+#include <boost/shared_ptr.hpp>
+
 // test: TODO remove
 #include <iostream>
 
--- trunk/KDE/kdepimlibs/syndication/specificitemvisitor.cpp #661246:661247
@@ -21,8 +21,8 @@
  */
 
 
+#include "specificitemvisitor.h"
 #include "specificitem.h"
-#include "specificitemvisitor.h"
 
 namespace Syndication {
 
--- trunk/KDE/kdepimlibs/syndication/tools.cpp #661246:661247
@@ -20,8 +20,8 @@
  *
  */
 
+#include "tools.h"
 #include "personimpl.h"
-#include "tools.h"
 
 #include <kcharsets.h>
 #include <kcodecs.h> 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic