From 5acacd361b15b82a8b30cdd5cb92abb8a2104ecf Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 25 May 2017 14:04:59 -0400 Subject: Break apart the pageint.h file. This CL separates pageint.h and the supporting cpp files into indivudal class files. Change-Id: Idcadce41976a8cd5f0d916e6a5ebbc283fd36527 Reviewed-on: https://pdfium-review.googlesource.com/5930 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- core/fpdfapi/page/cpdf_countedobject.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/fpdfapi/page/cpdf_countedobject.h') 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 -#include "core/fpdfapi/page/cpdf_colorspace.h" -#include "core/fpdfapi/page/cpdf_pattern.h" #include "core/fxcrt/fx_system.h" template @@ -44,7 +42,5 @@ class CPDF_CountedObject { size_t m_nCount; T* m_pObj; }; -using CPDF_CountedColorSpace = CPDF_CountedObject; -using CPDF_CountedPattern = CPDF_CountedObject; #endif // CORE_FPDFAPI_PAGE_CPDF_COUNTEDOBJECT_H_ -- cgit v1.2.3