diff --git a/src/SceneGraph/VertexAttribDataAccess.cpp b/src/SceneGraph/VertexAttribData.cpp similarity index 90% rename from src/SceneGraph/VertexAttribDataAccess.cpp rename to src/SceneGraph/VertexAttribData.cpp index d1f9f75a..b90307f6 100644 --- a/src/SceneGraph/VertexAttribDataAccess.cpp +++ b/src/SceneGraph/VertexAttribData.cpp @@ -1,4 +1,3 @@ -#include #include #include @@ -17,4 +16,4 @@ namespace hgl return(new VertexAttribData(vertex_count,vecsize,stride,fmt)); } }//namespace graph -}//namespace hgl \ No newline at end of file +}//namespace hgl