[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:25 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e1a8956

The following commit has been merged in the master branch:
commit e1a895636bc87f17aa2fa83202f6679eb452105f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Jan 27 14:36:08 2006 +0000

    Cleaned-up a few includes
---
 src/basicio.hpp  | 1 -
 src/crwimage.hpp | 2 +-
 src/image.hpp    | 2 +-
 src/types.hpp    | 6 ++++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/basicio.hpp b/src/basicio.hpp
index 8c2f6de..6476594 100644
--- a/src/basicio.hpp
+++ b/src/basicio.hpp
@@ -35,7 +35,6 @@
 
 // + standard includes
 #include <string>
-#include <vector>
 #include <cstdio>
 
 // *****************************************************************************
diff --git a/src/crwimage.hpp b/src/crwimage.hpp
index 6d48c48..468f48c 100644
--- a/src/crwimage.hpp
+++ b/src/crwimage.hpp
@@ -40,7 +40,7 @@
 #include "iptc.hpp"
 
 // + standard includes
-#include <iostream>
+#include <iosfwd>
 #include <string>
 #include <vector>
 #include <stack>
diff --git a/src/image.hpp b/src/image.hpp
index 40533d8..bbc5b54 100644
--- a/src/image.hpp
+++ b/src/image.hpp
@@ -41,7 +41,7 @@
 
 // + standard includes
 #include <string>
-#include <map>
+#include <vector>
 
 // *****************************************************************************
 // namespace extensions
diff --git a/src/types.hpp b/src/types.hpp
index 44330e7..09890ab 100644
--- a/src/types.hpp
+++ b/src/types.hpp
@@ -44,11 +44,9 @@
 #include <iosfwd>
 #include <utility>
 #include <sstream>
-#include <cstdio>
 #ifdef EXV_HAVE_STDINT_H
 # include <stdint.h>
 #endif
-#include <ctime>
 
 // MSVC doesn't provide C99 types, but it has MS specific variants
 #ifdef _MSC_VER
@@ -60,6 +58,10 @@ typedef __int32          int32_t;
 #endif
 
 // *****************************************************************************
+// forward declarations
+struct tm;
+
+// *****************************************************************************
 // namespace extensions
 namespace Exiv2 {
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list