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

List:       kde-commits
Subject:    branches/work/khtml-svg (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-03-26 22:04:50
Message-ID: 1143410690.032678.10948.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 522870 by wildfox:

SVN_SILENT: change svgattrs/svgtags/htmlattrs/htmltags includes to just 'hashes.h'


 M  +0 -1      html/html_documentimpl.cpp  
 M  +1 -2      svg/SVGCircleElementImpl.cpp  
 M  +1 -4      svg/SVGElementImpl.cpp  
 M  +1 -2      svg/SVGEllipseElementImpl.cpp  
 M  +1 -1      svg/SVGExternalResourcesRequiredImpl.cpp  
 M  +1 -1      svg/SVGFitToViewBoxImpl.cpp  
 M  +1 -2      svg/SVGLangSpaceImpl.cpp  
 M  +1 -3      svg/SVGRectElementImpl.cpp  
 M  +1 -3      svg/SVGSVGElementImpl.cpp  
 M  +1 -1      svg/SVGStyledTransformableElementImpl.cpp  
 M  +1 -1      svg/SVGTestsImpl.cpp  
 M  +1 -1      svg/SVGURIReferenceImpl.cpp  
 M  +1 -1      svg/SVGZoomAndPanImpl.cpp  


--- branches/work/khtml-svg/html/html_documentimpl.cpp #522869:522870
@@ -33,7 +33,6 @@
 #include "khtml_part.h"
 #include "khtmlpart_p.h"
 #include "khtml_settings.h"
-#include "misc/htmlattrs.h"
 #include "misc/hashes.h"
 
 #include "xml/xml_tokenizer.h"
--- branches/work/khtml-svg/svg/SVGCircleElementImpl.cpp #522869:522870
@@ -20,8 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgtags.h"
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 
 #include "SVGHelper.h"
 #include "SVGCircleElementImpl.h"
--- branches/work/khtml-svg/svg/SVGElementImpl.cpp #522869:522870
@@ -20,11 +20,8 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgtags.h"
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 
-#include "misc/htmlattrs.h"
-
 #include "xml/dom_docimpl.h"
 
 #include "SVGElementImpl.h"
--- branches/work/khtml-svg/svg/SVGEllipseElementImpl.cpp #522869:522870
@@ -20,8 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgtags.h"
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 
 #include "SVGHelper.h"
 #include "SVGEllipseElementImpl.h"
--- branches/work/khtml-svg/svg/SVGExternalResourcesRequiredImpl.cpp #522869:522870
@@ -20,7 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 #include "xml/dom_elementimpl.h"
 
 #include "SVGHelper.h"
--- branches/work/khtml-svg/svg/SVGFitToViewBoxImpl.cpp #522869:522870
@@ -22,7 +22,7 @@
 
 #include <qstringlist.h>
 
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 #include "xml/dom_elementimpl.h"
 
 #include "SVGRectImpl.h"
--- branches/work/khtml-svg/svg/SVGLangSpaceImpl.cpp #522869:522870
@@ -20,8 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgattrs.h"
-#include "misc/htmlattrs.h"
+#include "misc/hashes.h"
 
 #include "xml/dom_elementimpl.h"
 
--- branches/work/khtml-svg/svg/SVGRectElementImpl.cpp #522869:522870
@@ -20,9 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgtags.h"
-#include "misc/svgattrs.h"
-#include "misc/htmlattrs.h"
+#include "misc/hashes.h"
 
 #include "SVGHelper.h"
 #include "SVGRectElementImpl.h"
--- branches/work/khtml-svg/svg/SVGSVGElementImpl.cpp #522869:522870
@@ -20,9 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgtags.h"
-#include "misc/svgattrs.h"
-#include "misc/htmlattrs.h"
+#include "misc/hashes.h"
 
 #include "KCanvasContainer.h"
 #include "device/KRenderingDevice.h"
--- branches/work/khtml-svg/svg/SVGStyledTransformableElementImpl.cpp #522869:522870
@@ -20,7 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 
 #include "SVGHelper.h"
 #include "SVGMatrixImpl.h"
--- branches/work/khtml-svg/svg/SVGTestsImpl.cpp #522869:522870
@@ -23,7 +23,7 @@
 #include "dom/dom_string.h"
 #include "xml/dom_elementimpl.h"
 
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 
 #include "SVGHelper.h"
 #include "SVGTestsImpl.h"
--- branches/work/khtml-svg/svg/SVGURIReferenceImpl.cpp #522869:522870
@@ -20,7 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 
 #include "SVGHelper.h"
 #include "SVGURIReferenceImpl.h"
--- branches/work/khtml-svg/svg/SVGZoomAndPanImpl.cpp #522869:522870
@@ -20,7 +20,7 @@
     Boston, MA 02111-1307, USA.
 */
 
-#include "misc/svgattrs.h"
+#include "misc/hashes.h"
 #include "xml/dom_elementimpl.h"
 
 #include "SVGHelper.h"
[prev in list] [next in list] [prev in thread] [next in thread] 

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