blob: 1d544c12c1b9d1d4dca92d7d6ae51daaa633aab1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- headers.hh.orig 2010-11-23 21:22:52 UTC
+++ headers.hh
@@ -30,6 +30,7 @@
+#include <assert.h>
#include <popt.h>
#include <tiff.h>
#include <tiffio.h>
@@ -61,7 +62,6 @@
#include <cmath>
-#include <assert.h>
#include <stdlib.h>
#include <math.h>
#include <stdint.h>
|