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