| Index: core/src/fx_jpeglib.h
|
| diff --git a/core/src/fx_jpeglib.h b/core/src/fx_jpeglib.h
|
| index 028a5ee8b99e0c99940c044155dc1a59ba64765b..b098008e6c374ce9d597efdc0d5e573e916c8b41 100644
|
| --- a/core/src/fx_jpeglib.h
|
| +++ b/core/src/fx_jpeglib.h
|
| @@ -4,7 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FX_SRC_JPEGLIB_H_
|
| -#define _FX_SRC_JPEGLIB_H_
|
| -#include "./fxcodec/libjpeg/jpeglib.h"
|
| -#endif
|
| +#ifndef CORE_SRC_FX_JPEGLIB_H_
|
| +#define CORE_SRC_FX_JPEGLIB_H_
|
| +
|
| +#include "fxcodec/libjpeg/jpeglib.h"
|
| +
|
| +#endif // CORE_SRC_FX_JPEGLIB_H_
|
|
|