/////////////////////////////////////////////////////////////////////////////
// Name: src/palmos/fontdlg.cpp
// Purpose: wxFontDialog class
-// Author: William Osborne
+// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10/13/04
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) William Osborne
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "fontdlg.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#if wxUSE_FONTDLG
+#include "wx/fontdlg.h"
+
#ifndef WX_PRECOMP
- #include "wx/defs.h"
#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/math.h"
+ #include "wx/log.h"
+ #include "wx/cmndata.h"
#endif
-#include "wx/fontdlg.h"
#include "wx/palmos/private.h"
-#include "wx/cmndata.h"
-#include "wx/log.h"
-
#include <stdlib.h>
#include <string.h>