]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexformat.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / vertexformat.cpp
index 8e358acd2d0394992925f05b26acd632b4427845..ff043f7d0466bef73b08e216836617ef8fe9200f 100644 (file)
@@ -1,8 +1,4 @@
-#include <algorithm>
-#include <msp/io/print.h>
 #include <msp/strings/format.h>
-#include <msp/strings/lexicalcast.h>
-#include <msp/strings/utils.h>
 #include "error.h"
 #include "vertexformat.h"
 
@@ -11,10 +7,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-VertexFormat::VertexFormat():
-       count(0)
-{ }
-
 VertexFormat::VertexFormat(VertexAttribute a):
        count(1)
 {