summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_countedobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/cpdf_countedobject.h')
-rw-r--r--core/fpdfapi/page/cpdf_countedobject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fpdfapi/page/cpdf_countedobject.h b/core/fpdfapi/page/cpdf_countedobject.h
index 64f936c52c..cb39616f2b 100644
--- a/core/fpdfapi/page/cpdf_countedobject.h
+++ b/core/fpdfapi/page/cpdf_countedobject.h
@@ -9,8 +9,6 @@
#include <memory>
-#include "core/fpdfapi/page/cpdf_colorspace.h"
-#include "core/fpdfapi/page/cpdf_pattern.h"
#include "core/fxcrt/fx_system.h"
template <class T>
@@ -44,7 +42,5 @@ class CPDF_CountedObject {
size_t m_nCount;
T* m_pObj;
};
-using CPDF_CountedColorSpace = CPDF_CountedObject<CPDF_ColorSpace>;
-using CPDF_CountedPattern = CPDF_CountedObject<CPDF_Pattern>;
#endif // CORE_FPDFAPI_PAGE_CPDF_COUNTEDOBJECT_H_