| # | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 14 | #include <stdio.h> | |
| 15 | #include <string.h> | |
| 16 | #include <math.h> | |
| 17 | – | #include "tiffio.h" |
| 17 | #include "tmprivat.h" | |
| 18 | + | #include "tiffio.h" |
| 19 | #include "tmaptiff.h" | |
| 20 | ||
| 21 | #define uvflgop(p,uv,op) ((p)->rgbflg[(uv)>>5] op (1L<<((uv)&0x1f))) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |