normalize include guards

some fell out of sync after:
668e1dd4 src/{dec,enc,utils}: give filenames a unique suffix

Change-Id: I280d3b3f44797f3bfb4835784add50a41cdd3793
This commit is contained in:
James Zern
2017-10-20 19:26:52 -07:00
parent f433205ee3
commit 5cfb3b0f6c
25 changed files with 75 additions and 75 deletions

View File

@ -11,8 +11,8 @@
//
// Author: Vikas Arora (vikaas.arora@gmail.com)
#ifndef WEBP_ENC_VP8LI_H_
#define WEBP_ENC_VP8LI_H_
#ifndef WEBP_ENC_VP8LI_ENC_H_
#define WEBP_ENC_VP8LI_ENC_H_
#ifdef HAVE_CONFIG_H
#include "src/webp/config.h"
@ -115,4 +115,4 @@ void VP8LColorSpaceTransform(int width, int height, int bits, int quality,
} // extern "C"
#endif
#endif /* WEBP_ENC_VP8LI_H_ */
#endif /* WEBP_ENC_VP8LI_ENC_H_ */