mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
include DLL.hh
git-svn-id: svn+q:///qpdf/trunk@698 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
492db82f6f
commit
33dbe43e4e
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
#include <qpdf/BitStream.hh>
|
||||
|
||||
// See comments in bits.cc
|
||||
|
@ -3,6 +3,8 @@
|
||||
#ifndef __BITSTREAM_HH__
|
||||
#define __BITSTREAM_HH__
|
||||
|
||||
#include <qpdf/DLL.hh>
|
||||
|
||||
class BitStream
|
||||
{
|
||||
public:
|
||||
|
@ -3,6 +3,8 @@
|
||||
#ifndef __BITWRITER_HH__
|
||||
#define __BITWRITER_HH__
|
||||
|
||||
#include <qpdf/DLL.hh>
|
||||
|
||||
class Pipeline;
|
||||
|
||||
class BitWriter
|
||||
|
@ -3,6 +3,7 @@
|
||||
#define __MD5_HH__
|
||||
|
||||
#include <string>
|
||||
#include <qpdf/DLL.hh>
|
||||
#include <qpdf/QEXC.hh>
|
||||
#include <qpdf/qpdf-config.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <pcre.h>
|
||||
#include <string>
|
||||
|
||||
#include <qpdf/DLL.hh>
|
||||
#include <qpdf/QEXC.hh>
|
||||
|
||||
// Note: this class does not encapsulate all features of the PCRE
|
||||
|
Loading…
Reference in New Issue
Block a user