| Index: fpdfsdk/cba_annotiterator.h
 | 
| diff --git a/fpdfsdk/include/cba_annotiterator.h b/fpdfsdk/cba_annotiterator.h
 | 
| similarity index 90%
 | 
| rename from fpdfsdk/include/cba_annotiterator.h
 | 
| rename to fpdfsdk/cba_annotiterator.h
 | 
| index 38332db718c7ca3cba71b28f30aa7b54a24a455a..a896c862c70346d069f5e20217f5d0f91a448771 100644
 | 
| --- a/fpdfsdk/include/cba_annotiterator.h
 | 
| +++ b/fpdfsdk/cba_annotiterator.h
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef FPDFSDK_INCLUDE_CBA_ANNOTITERATOR_H_
 | 
| -#define FPDFSDK_INCLUDE_CBA_ANNOTITERATOR_H_
 | 
| +#ifndef FPDFSDK_CBA_ANNOTITERATOR_H_
 | 
| +#define FPDFSDK_CBA_ANNOTITERATOR_H_
 | 
|  
 | 
|  #include <vector>
 | 
|  
 | 
| @@ -45,4 +45,4 @@ class CBA_AnnotIterator {
 | 
|    std::vector<CPDFSDK_Annot*> m_Annots;
 | 
|  };
 | 
|  
 | 
| -#endif  // FPDFSDK_INCLUDE_CBA_ANNOTITERATOR_H_
 | 
| +#endif  // FPDFSDK_CBA_ANNOTITERATOR_H_
 | 
| 
 |