X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpredicate.h;h=6b0a697b6579ed3283f3e4be1d9aa5d21ae5ea88;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hp=c7e5991ea03c2c205b8b07a7fa310b2c1927c7f7;hpb=669e9bfc18d2f5e28a9c715e1a69b7637a2d9c8b;p=libs%2Fgl.git diff --git a/source/core/predicate.h b/source/core/predicate.h index c7e5991e..6b0a697b 100644 --- a/source/core/predicate.h +++ b/source/core/predicate.h @@ -2,7 +2,6 @@ #define MSP_GL_PREDICATE_H_ #include -#include "gl.h" namespace Msp { namespace GL { @@ -19,12 +18,12 @@ enum Predicate NOTEQUAL }; -GLenum get_gl_predicate(Predicate); - void operator>>(const LexicalConverter &, Predicate &); void operator<<(LexicalConverter &, Predicate); } // namespace GL } // namespace Msp +#include "predicate_backend.h" + #endif