]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Added Set/GetQuickBestSize
[wxWidgets.git] / src / common / framecmn.cpp
index 923fb49e2df6ea42f1cd600dd4fc1e53ff133710..31a955fede166c47840e15f8a3506ef6fff0d4a8 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/framecmn.cpp
+// Name:        src/common/framecmn.cpp
 // Purpose:     common (for all platforms) wxFrame functions
 // Author:      Julian Smart, Vadim Zeitlin
 // Created:     01/02/97
@@ -23,8 +23,9 @@
     #pragma hdrstop
 #endif
 
+#include "wx/frame.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/frame.h"
     #include "wx/menu.h"
     #include "wx/menuitem.h"
     #include "wx/dcclient.h"