diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-01-04 09:09:07 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-01-04 09:09:07 +0100 |
commit | 9a3c03d7e6c1281b14b487d05120ad8054a1bab9 (patch) | |
tree | 2c5f9859f017f16af88f8de8ce5ef5fd68eecc11 /src | |
parent | 01cbda3796404dd535e4fd639e471931374c2deb (diff) | |
download | pyexiv2-9a3c03d7e6c1281b14b487d05120ad8054a1bab9.tar.gz |
Cleanup: removed some useless includes.
Diffstat (limited to 'src')
-rw-r--r-- | src/exiv2wrapper.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index e2b657d..9b24f0d 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -29,8 +29,6 @@ #include <string> #include "exiv2/image.hpp" -//#include "exiv2/exif.hpp" -//#include "exiv2/iptc.hpp" #include "boost/python.hpp" |