diff libgui/graphics/gl-select.cc @ 21196:bd96c2efd4fe

move include statements for OpenGL headers to a single file * oct-opengl.h: New file. * libinterp/corefcn/module.mk: Update. * Canvas.cc, gl-select.cc, gl-select.h, gl-render.cc, gl-render.h, gl2ps-renderer.cc, __init_fltk__.cc, __osmesa_print__.cc: Update include statements.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 16:56:02 -0500
parents 7395fdd45d5f
children 710e700cdd7f
line wrap: on
line diff
--- a/libgui/graphics/gl-select.cc	Thu Feb 04 16:02:44 2016 -0500
+++ b/libgui/graphics/gl-select.cc	Thu Feb 04 16:56:02 2016 -0500
@@ -24,9 +24,9 @@
 #include <config.h>
 #endif
 
-#include "gl-select.h"
+#include <iostream>
 
-#include <iostream>
+#include "gl-select.h"
 
 void
 opengl_selector::apply_pick_matrix (void)