Cleaned-up a few includes

v0.27.3
Andreas Huggel 20 years ago
parent c35eaa48c4
commit e1a895636b

@ -35,7 +35,6 @@
// + standard includes // + standard includes
#include <string> #include <string>
#include <vector>
#include <cstdio> #include <cstdio>
// ***************************************************************************** // *****************************************************************************

@ -40,7 +40,7 @@
#include "iptc.hpp" #include "iptc.hpp"
// + standard includes // + standard includes
#include <iostream> #include <iosfwd>
#include <string> #include <string>
#include <vector> #include <vector>
#include <stack> #include <stack>

@ -41,7 +41,7 @@
// + standard includes // + standard includes
#include <string> #include <string>
#include <map> #include <vector>
// ***************************************************************************** // *****************************************************************************
// namespace extensions // namespace extensions

@ -44,11 +44,9 @@
#include <iosfwd> #include <iosfwd>
#include <utility> #include <utility>
#include <sstream> #include <sstream>
#include <cstdio>
#ifdef EXV_HAVE_STDINT_H #ifdef EXV_HAVE_STDINT_H
# include <stdint.h> # include <stdint.h>
#endif #endif
#include <ctime>
// MSVC doesn't provide C99 types, but it has MS specific variants // MSVC doesn't provide C99 types, but it has MS specific variants
#ifdef _MSC_VER #ifdef _MSC_VER
@ -59,6 +57,10 @@ typedef __int16 int16_t;
typedef __int32 int32_t; typedef __int32 int32_t;
#endif #endif
// *****************************************************************************
// forward declarations
struct tm;
// ***************************************************************************** // *****************************************************************************
// namespace extensions // namespace extensions
namespace Exiv2 { namespace Exiv2 {

Loading…
Cancel
Save