X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.cpp;h=956fe1309e80ad0b65a714b2ac000b5162c05348;hb=ee31badbd85f64eaca16c3a2e9db217465992a69;hp=8807b2c539c983e61de11628627d5b6392986b7c;hpb=d7e7f87d173156aa12694ce54d688c40a2eabe2e;p=libs%2Fgl.git diff --git a/source/batch.cpp b/source/batch.cpp index 8807b2c5..956fe130 100644 --- a/source/batch.cpp +++ b/source/batch.cpp @@ -1,9 +1,9 @@ +#include +#include #include "batch.h" #include "bindable.h" #include "buffer.h" #include "error.h" -#include "ext_draw_range_elements.h" -#include "nv_primitive_restart.h" #include "vertexarray.h" using namespace std;