aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Count.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 19:47:41 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 20:11:22 +0200
commitf59ff6fcc2fc2a2006101838ff0cebd5b32d9886 (patch)
tree5d31001f7eba72175fac1871f4cf8e0f5ee4b6f3 /include/qpdf/Pl_Count.hh
parentfbe68d63f0765fff7cc68d88fc97f1d0908abfa5 (diff)
downloadqpdf-f59ff6fcc2fc2a2006101838ff0cebd5b32d9886.tar.zst
fix include order for off_t
Diffstat (limited to 'include/qpdf/Pl_Count.hh')
-rw-r--r--include/qpdf/Pl_Count.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh
index e5b8939f..7e522455 100644
--- a/include/qpdf/Pl_Count.hh
+++ b/include/qpdf/Pl_Count.hh
@@ -11,8 +11,8 @@
// This pipeline is reusable; i.e., it is safe to call write() after
// calling finish().
-#include <qpdf/Pipeline.hh>
#include <qpdf/Types.h>
+#include <qpdf/Pipeline.hh>
class Pl_Count: public Pipeline
{