Skip to content

Commit

Permalink
chore: podofo use only one header
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Sep 11, 2023
1 parent e09f8de commit 4d3ac96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions libs/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ libxml2_dep = dependency('libxml-2.0', required: false)
xml2_dep = dependency('xml2', required: false)
zlib_dep = dependency('zlib')

inc_so = include_directories('pkcs11/src/.', 'shared/src/', '/usr/include/podofo-0.9')
inc_so = include_directories('pkcs11/src/.', 'shared/src/')

inc_a = include_directories('sign-sdk/include', 'sign-sdk/src', 'shared/src/', '/usr/include/podofo-0.9')
inc_a = include_directories('sign-sdk/include', 'sign-sdk/src', 'shared/src/')

cie_pkcs11_sources = [
'shared/src/Util/log.cpp',
Expand Down
5 changes: 1 addition & 4 deletions libs/sign-sdk/include/PdfSignatureGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

#ifndef _PDFSIGNATUREGENERATOR_H_
#define _PDFSIGNATUREGENERATOR_H_
#include <podofo/base/PdfWriter.h>
#include <podofo/doc/PdfMemDocument.h>
#include <podofo/doc/PdfSignOutputDevice.h>
#include <podofo/doc/PdfSignatureField.h>

#include <podofo/podofo.h>

#include "Util/UUCByteArray.h"
Expand Down
2 changes: 0 additions & 2 deletions libs/sign-sdk/include/PdfVerifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#ifndef _PDFVERIFIER_H_
#define _PDFVERIFIER_H_

#include <podofo/doc/PdfSignOutputDevice.h>
#include <podofo/doc/PdfSignatureField.h>
#include <podofo/podofo.h>

#include "Util/UUCByteArray.h"
Expand Down

0 comments on commit 4d3ac96

Please sign in to comment.