// Created: 04.01.00
// RCS-ID: $Id$
// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_CMDLINE_H_
#include "wx/defs.h"
-#if wxUSE_CMDLINE_PARSER
-
#include "wx/string.h"
#include "wx/arrstr.h"
+#if wxUSE_CMDLINE_PARSER
+
class WXDLLIMPEXP_BASE wxDateTime;
// ----------------------------------------------------------------------------