Include exiv2lib_export.h in all public headers
This commit is contained in:
parent
95fd61b24e
commit
4bd7e9ef1f
@ -28,6 +28,8 @@
|
||||
#define ASFVIDEO_HPP
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -24,6 +24,8 @@
|
||||
#define BASICIO_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "futils.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define BMPIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "iptc.hpp"
|
||||
|
||||
@ -30,6 +30,8 @@
|
||||
#ifndef CONVERT_HPP_
|
||||
#define CONVERT_HPP_
|
||||
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "config.h"
|
||||
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define CR2IMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -30,6 +30,8 @@
|
||||
#define CRWIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -27,6 +27,8 @@
|
||||
#define DATASETS_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "metadatum.hpp"
|
||||
|
||||
@ -27,6 +27,8 @@
|
||||
#define EASYACCESS_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
|
||||
|
||||
@ -35,6 +35,8 @@
|
||||
#define EPSIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
#define ERROR_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define EXIF_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "metadatum.hpp"
|
||||
#include "tags.hpp"
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
#define GIFIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "iptc.hpp"
|
||||
|
||||
@ -1,12 +1,15 @@
|
||||
#ifndef HTTP_HPP_
|
||||
#define HTTP_HPP_
|
||||
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "datasets.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
|
||||
#include "datasets.hpp"
|
||||
|
||||
namespace Exiv2 {
|
||||
/*!
|
||||
|
||||
@ -24,6 +24,8 @@
|
||||
#define IMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define IPTC_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "metadatum.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
@ -26,6 +26,8 @@
|
||||
#define JP2IMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "iptc.hpp"
|
||||
|
||||
@ -34,6 +34,8 @@
|
||||
#define JPGIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define MATROSKAVIDEO_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -32,6 +32,8 @@
|
||||
#define METADATUM_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "value.hpp"
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
#define MRWIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define ORFIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "tiffimage.hpp"
|
||||
|
||||
@ -31,6 +31,8 @@
|
||||
#define PGFIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -32,6 +32,8 @@
|
||||
#define PNGIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define PREVIEW_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -32,6 +32,8 @@
|
||||
#define PROPERTIES_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
#include "metadatum.hpp"
|
||||
|
||||
@ -31,6 +31,8 @@
|
||||
#define PSDIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "iptc.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define QUICKTIMEVIDEO_HPP
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define RAFIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define RIFFVIDEO_HPP
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define RW2IMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
#define TAGS_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "metadatum.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
@ -30,6 +30,8 @@
|
||||
#define TGAIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "iptc.hpp"
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
#define TIFFIMAGE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
@ -30,6 +30,8 @@
|
||||
#define VALUE_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "types.hpp"
|
||||
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define WEBPIMAGE_HPP
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "exif.hpp"
|
||||
#include "image.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define XMP_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "metadatum.hpp"
|
||||
#include "properties.hpp"
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
#define XMPSIDECAR_HPP_
|
||||
|
||||
// *****************************************************************************
|
||||
#include "exiv2lib_export.h"
|
||||
|
||||
// included header files
|
||||
#include "image.hpp"
|
||||
#include "basicio.hpp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user