X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexformat.cpp;h=ff043f7d0466bef73b08e216836617ef8fe9200f;hp=8e358acd2d0394992925f05b26acd632b4427845;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=a4d83d3748cdde8cf30683d36a040d3dfacfd693 diff --git a/source/core/vertexformat.cpp b/source/core/vertexformat.cpp index 8e358acd..ff043f7d 100644 --- a/source/core/vertexformat.cpp +++ b/source/core/vertexformat.cpp @@ -1,8 +1,4 @@ -#include -#include #include -#include -#include #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) {