Style fix.

The <GL/xxxxxx> headers don't go at the end, they just get mixed
with the rest alphabetically.
This commit is contained in:
John Scipione 2012-04-13 22:27:34 -04:00
parent 488d2c7231
commit cf88fe0b31
3 changed files with 3 additions and 2 deletions

View File

@ -8,9 +8,8 @@
#include <ColumnListView.h>
#include <ColumnTypes.h>
#include <GroupView.h>
#include <GL/gl.h>
#include <GroupView.h>
class CapabilitiesView : public BGroupView {

View File

@ -8,6 +8,7 @@
#include <Application.h>
#include <Catalog.h>
#include "OpenGLWindow.h"

View File

@ -7,6 +7,7 @@
#include <Window.h>
#include "OpenGLView.h"