/////////////////////////////////////////////////////////////////////////////
-// Name: ogledit.h
+// Name: contrib/samples/ogl/ogledit/ogledit.h
// Purpose: OGL sample
// Author: Julian Smart
// Modified by:
#ifndef _OGLSAMPLE_OGLEDIT_H_
#define _OGLSAMPLE_OGLEDIT_H_
-#include <wx/docview.h>
-#include <wx/ogl/ogl.h> // base header of OGL, includes and adjusts wx/deprecated/setup.h
+#include "wx/docview.h"
+#include "wx/ogl/ogl.h" // base header of OGL, includes and adjusts wx/deprecated/setup.h
// Define a new application
class MyFrame;