X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fselect.cpp;fp=source%2Fselect.cpp;h=e7037cbfb6e59137c36418da552106acbce7f496;hb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1;hp=67420977323597738ebfac564c8c9514ce637799;hpb=19583522999f9ca2cddb178691633bc20f714b01;p=libs%2Fgl.git diff --git a/source/select.cpp b/source/select.cpp index 67420977..e7037cbf 100644 --- a/source/select.cpp +++ b/source/select.cpp @@ -5,18 +5,16 @@ Copyright © 2007 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ -#include #include "except.h" +#include "gl.h" #include "select.h" using namespace std; namespace { -using namespace Msp::GL; - -vector *select_buf=0; -vector select_buf_int; +vector *select_buf=0; +vector select_buf_int; }