[Kstars-devel] KDE/kdeedu/kstars/kstars

Akarsh Simha akarshsimha at gmail.com
Mon Jul 14 22:24:56 CEST 2008


SVN commit 832498 by asimha:

Include file order fixes from EBN

CCMAIL: kstars-devel at kde.org



 M  +0 -1      imageviewer.cpp  
 M  +1 -1      kstarsinit.cpp  
 M  +1 -2      quaternion.cpp  
 M  +1 -1      skycomponents/skymesh.cpp  
 M  +2 -2      tools/ksconjunct.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/imageviewer.cpp #832497:832498
@@ -28,7 +28,6 @@
 #include <QVBoxLayout>
 #include <QApplication>
 #include <QLabel>
-#include <QVBoxLayout>
 
 #include <klocale.h>
 #include <kmessagebox.h>
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #832497:832498
@@ -49,7 +49,7 @@
 #include "simclock.h"
 #include "widgets/timestepbox.h"
 
-#include "config-kstars.h"
+#include <config-kstars.h>
 
 //This file contains functions that kstars calls at startup (except constructors).
 //These functions are declared in kstars.h
--- trunk/KDE/kdeedu/kstars/kstars/quaternion.cpp #832497:832498
@@ -15,10 +15,9 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <math.h>
-
 #include "quaternion.h"
 
+#include <math.h>
 #include <cmath>
 #include <stdlib.h>
 #include <QDebug>
--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/skymesh.cpp #832497:832498
@@ -15,8 +15,8 @@
  *                                                                         *
  ***************************************************************************/
 
+#include "skymesh.h"
 #include "skypoint.h"
-#include "skymesh.h"
 #include "starobject.h"
 #include "ksnumbers.h"
 
--- trunk/KDE/kdeedu/kstars/kstars/tools/ksconjunct.cpp #832497:832498
@@ -15,10 +15,10 @@
  *                                                                         *
  ***************************************************************************/
 
+#include "ksconjunct.h"
+
 #include <math.h>
 
-#include "ksconjunct.h"
-
 #include "ksnumbers.h"
 #include "ksplanetbase.h"
 #include "ksplanet.h"


More information about the Kstars-devel mailing list