summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc')
-rw-r--r--Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc b/Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc
index 3c96f45e5d3..aa9e9e7d517 100644
--- a/Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc
+++ b/Build/source/libs/poppler/poppler-src/poppler/CairoRescaleBox.cc
@@ -31,7 +31,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2012 Hib Eris <hib@hiberis.nl>
-// Copyright (C) 2012 Adrian Johnson <ajohnson@redneon.com>
+// Copyright (C) 2012, 2017 Adrian Johnson <ajohnson@redneon.com>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -41,17 +41,15 @@
/* This implements a box filter that supports non-integer box sizes */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
+#include <cstdint>
#include <stdint.h>
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <math.h>
#include "goo/gmem.h"
-#include "goo/gtypes_p.h"
#include "CairoRescaleBox.h"