]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gdiobj.cpp
compilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR...
[wxWidgets.git] / src / gtk1 / gdiobj.cpp
index 1bd836eef3520a39291dae4555092f9c048c03b1..72ca341ea823b32a6b3ca085506a28ef5bc9ab48 100644 (file)
@@ -1,14 +1,15 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
+// Name:        src/gtk1/gdiobj.cpp
 // Purpose:     wxGDIObject class
 // Author:      Julian Smart
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/defs.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/gdiobj.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-