This commit is contained in:
John Cupitt 2008-10-16 13:52:27 +00:00
parent aaace92c0b
commit ab82ae7eed
4 changed files with 4 additions and 4 deletions

View File

@ -4,14 +4,14 @@ pkginclude_HEADERS = \
VImage.h \
VMask.h \
vipscpp.h \
vobject.h \
colour.h \
debug.h \
dispatch.h \
format.h \
fmask.h \
mosaic.h \
vinterpolate.h \
interpolate.h \
object.h \
proto.h \
rect.h \
region.h \

View File

@ -95,7 +95,7 @@ extern "C" {
*/
#include <time.h>
#include <vips/vobject.h>
#include <vips/object.h>
#include <vips/version.h>
#include <vips/rect.h>
@ -499,7 +499,7 @@ typedef struct {
#include <vips/format.h>
#include <vips/dispatch.h>
#include <vips/region.h>
#include <vips/vinterpolate.h>
#include <vips/interpolate.h>
#include <vips/semaphore.h>
#include <vips/threadgroup.h>
#include <vips/meta.h>