Index: core/src/fxge/agg/include/fxfx_agg_rasterizer_scanline_aa.h |
diff --git a/core/src/fxge/agg/include/fxfx_agg_rasterizer_scanline_aa.h b/core/src/fxge/agg/include/fxfx_agg_rasterizer_scanline_aa.h |
index 3f61cec51a47add9afa1fb2efe31e7b88d1214c7..a445298f819014d41adcbdb78db928b565b7e171 100644 |
--- a/core/src/fxge/agg/include/fxfx_agg_rasterizer_scanline_aa.h |
+++ b/core/src/fxge/agg/include/fxfx_agg_rasterizer_scanline_aa.h |
@@ -4,7 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FXFX_AGG_RASTERIZER_SCANLINE_AA_H_ |
-#define _FXFX_AGG_RASTERIZER_SCANLINE_AA_H_ |
+#ifndef FXFX_AGG_RASTERIZER_SCANLINE_AA_H_ |
+#define FXFX_AGG_RASTERIZER_SCANLINE_AA_H_ |
+ |
#include "../agg23/agg_rasterizer_scanline_aa.h" |
-#endif |
+ |
+#endif // FXFX_AGG_RASTERIZER_SCANLINE_AA_H_ |