rename arith header to avoid confusion

This commit is contained in:
John Cupitt 2011-04-05 21:36:00 +01:00
parent e3f18fb9d1
commit 42a9b2c3d0
1 changed files with 7 additions and 3 deletions

View File

@ -27,8 +27,12 @@
*/
#ifndef VIPS_ARITHMETIC_H
#define VIPS_ARITHMETIC_H
/* We don't want to get confused with the arithmetic.h in include, put an
* extra _ in there.
*/
#ifndef VIPS__ARITHMETIC_H
#define VIPS__ARITHMETIC_H
#ifdef __cplusplus
extern "C" {
@ -91,6 +95,6 @@ VipsVector *vips_arithmetic_get_program( VipsArithmeticClass *klass,
}
#endif /*__cplusplus*/
#endif /*VIPS_ARITHMETIC_H*/
#endif /*VIPS__ARITHMETIC_H*/