wxwidgets/include/wx/iosfwrap.h
Vadim Zeitlin e43f913313 Remove all blank "Modified by:" lines from top comment blocks
Having this line is not useful at all as it doesn't contain any
information and shouldn't be filled in the future as git-shortlog can
provide the information about people who changed the given file more
more reliably than consulting the comments in any case.

Keep the non-blank lines for historical purposes.
2023-10-22 01:22:48 +02:00

19 lines
542 B
C

///////////////////////////////////////////////////////////////////////////////
// Name: wx/iosfwrap.h
// Purpose: This file is obsolete, include <iosfwd> directly instead
// Author: Jan van Dijk <jan@etpmod.phys.tue.nl>
// Created: 18.12.2002
// Copyright: wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#if wxUSE_STD_IOSTREAM
#include <iosfwd>
#ifdef __WINDOWS__
# include "wx/msw/winundef.h"
#endif
#endif // wxUSE_STD_IOSTREAM