Browse Source

Removed superfluous includes, documentation updates.

pull/279/head
Vladimír Vondruš 16 years ago
parent
commit
e128b3ab2d
  1. 2
      src/AbstractShaderProgram.h
  2. 4
      src/Magnum.h
  3. 3
      src/Math/Matrix.h
  4. 2
      src/Math/Vector4.h

2
src/AbstractShaderProgram.h

@ -19,10 +19,8 @@
* @brief Class Magnum::AbstractShaderProgram * @brief Class Magnum::AbstractShaderProgram
*/ */
#include <string>
#include <map> #include <map>
#include "Magnum.h"
#include "Shader.h" #include "Shader.h"
namespace Magnum { namespace Magnum {

4
src/Magnum.h

@ -15,6 +15,10 @@
GNU Lesser General Public License version 3 for more details. GNU Lesser General Public License version 3 for more details.
*/ */
/** @file
* @brief Basic definitions
*/
#include <GL/glew.h> #include <GL/glew.h>
#include "Math/Matrix4.h" #include "Math/Matrix4.h"

3
src/Math/Matrix.h

@ -19,10 +19,7 @@
* @brief Class Magnum::Math::Matrix * @brief Class Magnum::Math::Matrix
*/ */
#include <cstring>
#include "Vector.h" #include "Vector.h"
#include "constants.h"
namespace Magnum { namespace Math { namespace Magnum { namespace Math {

2
src/Math/Vector4.h

@ -19,8 +19,6 @@
* @brief Class Magnum::Math::Vector4 * @brief Class Magnum::Math::Vector4
*/ */
#include "Vector.h"
#include "Vector3.h" #include "Vector3.h"
namespace Magnum { namespace Math { namespace Magnum { namespace Math {

Loading…
Cancel
Save