diff options
Diffstat (limited to 'platform/haiku/haiku_gl_view.h')
| -rw-r--r-- | platform/haiku/haiku_gl_view.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/platform/haiku/haiku_gl_view.h b/platform/haiku/haiku_gl_view.h index 6d64aab42..f06bc6479 100644 --- a/platform/haiku/haiku_gl_view.h +++ b/platform/haiku/haiku_gl_view.h @@ -29,11 +29,10 @@ #ifndef HAIKU_GL_VIEW_H #define HAIKU_GL_VIEW_H -#include <kernel/image.h> // needed for image_id #include <GLView.h> +#include <kernel/image.h> // needed for image_id -class HaikuGLView : public BGLView -{ +class HaikuGLView : public BGLView { public: HaikuGLView(BRect frame, uint32 type); virtual void AttachedToWindow(void); |
