extras.h: correct include guard

replace WEBP with EXTRAS after moving this file to the top-level folder
of the same name

Change-Id: Ide4dab027bd09f5df701f1adf2bf896c130a5441
This commit is contained in:
James Zern 2016-07-19 19:02:40 -07:00
parent ad497fbce3
commit 5108d9aa00

View File

@ -8,8 +8,8 @@
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
#ifndef WEBP_WEBP_EXTRAS_H_ #ifndef WEBP_EXTRAS_EXTRAS_H_
#define WEBP_WEBP_EXTRAS_H_ #define WEBP_EXTRAS_EXTRAS_H_
#include "webp/types.h" #include "webp/types.h"
@ -48,4 +48,4 @@ WEBP_EXTERN(int) WebPImportRGB4444(const uint8_t* rgb4444, WebPPicture* pic);
} // extern "C" } // extern "C"
#endif #endif
#endif /* WEBP_WEBP_EXTRAS_H_ */ #endif /* WEBP_EXTRAS_EXTRAS_H_ */