Revert: circular dependencies of header files on Windows

This commit is contained in:
baydam
2016-03-08 17:44:35 +00:00
parent 41264505eb
commit df5cf42fdc
4 changed files with 8 additions and 8 deletions
-4
View File
@@ -18,10 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "MapperGLCanvas.h"
#include "ShapeGraphicsItem.h"
#include "ShapeControlPainter.h"
#include "MappingGui.h"
MappingGui::MappingGui(Mapping::ptr mapping)
+7
View File
@@ -37,6 +37,13 @@
#include "Paint.h"
#include "Mapping.h"
#include "MapperGLCanvas.h"
#include "ShapeGraphicsItem.h"
#include "ShapeControlPainter.h"
#include "Util.h"
#include "qtpropertymanager.h"
#include "qtvariantproperty.h"
#include "qttreepropertybrowser.h"
-4
View File
@@ -25,10 +25,6 @@
#include <QtGlobal>
#include <cmath>
#ifndef M_PI
# define M_PI 3.14159265358979323846
#endif
/// Converts from degrees to radians.
inline qreal degreesToRadians(qreal degrees) { return degrees / 180.0f * M_PI; }
+1
View File
@@ -21,6 +21,7 @@
#define M_SHAPE_H_
#include <iostream>
#include <cmath>
#include <QtGlobal>