@ -20,8 +20,8 @@
*/
#include <cmath>
#include <Utility/Debug.h>
#include "Utility/Debug.h"
#include "MathTypeTraits.h"
namespace Magnum { namespace Math {
@ -21,8 +21,8 @@
#include <unordered_map>
#include <limits>
#include <Utility/MurmurHash2.h>
#include "Utility/MurmurHash2.h"
#include "TypeTraits.h"
namespace Magnum { namespace MeshTools {
@ -20,7 +20,7 @@
#include <vector>
@ -16,8 +16,8 @@
#include "CompressIndicesTest.h"
#include <QtTest/QTest>
#include <Utility/Endianness.h>
#include "Utility/Endianness.h"
#include "MeshTools/CompressIndices.h"
QTEST_APPLESS_MAIN(Magnum::MeshTools::Test::CompressIndicesTest)
@ -16,7 +16,6 @@
#include "SphereTest.h"
#include "Physics/Sphere.h"
@ -15,7 +15,7 @@
#include "PhongShader.h"
#include "Utility/Resource.h"
#include <Utility/Resource.h>
namespace Magnum { namespace Shaders {
@ -19,7 +19,8 @@
* @brief Class Magnum::Trade::AbstractImporter
#include "PluginManager/Plugin.h"
#include <PluginManager/Plugin.h>
#include "ImageData.h"
#include "Set.h"