| Index: core/src/fxge/agg/include/fxfx_agg_path_storage.h
|
| diff --git a/core/src/fxge/agg/include/fxfx_agg_path_storage.h b/core/src/fxge/agg/include/fxfx_agg_path_storage.h
|
| index 9168eb26a818ec6e892b20a6d7bdf22c0acff808..ab7a85bca58884de9cd6a311d9756ad41f047163 100644
|
| --- a/core/src/fxge/agg/include/fxfx_agg_path_storage.h
|
| +++ b/core/src/fxge/agg/include/fxfx_agg_path_storage.h
|
| @@ -4,7 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FXFX_AGG_PATH_STORAGE_H_
|
| -#define _FXFX_AGG_PATH_STORAGE_H_
|
| +#ifndef FXFX_AGG_PATH_STORAGE_H_
|
| +#define FXFX_AGG_PATH_STORAGE_H_
|
| +
|
| #include "../agg23/agg_path_storage.h"
|
| -#endif
|
| +
|
| +#endif // FXFX_AGG_PATH_STORAGE_H_
|
|
|