aboutsummaryrefslogtreecommitdiff
path: root/src/geoptimiser.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-02-26 14:20:04 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:24 +0200
commitcb47e755858296d59f4ceb373bcd20b045004f56 (patch)
tree5526da31f373c3e1323dbae80f12caa13b9e38e8 /src/geoptimiser.c
parentca3b3162f037506ae224e0f8bb7c6f669a43d1b1 (diff)
Move colour scale and pixbuf rendering to libcrystfel
Also, split into two files (colscale and render), and remove TIFF stuff.
Diffstat (limited to 'src/geoptimiser.c')
-rw-r--r--src/geoptimiser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/geoptimiser.c b/src/geoptimiser.c
index 233edac4..136cca39 100644
--- a/src/geoptimiser.c
+++ b/src/geoptimiser.c
@@ -60,8 +60,7 @@
#include "image.h"
#include "utils.h"
#include "render.h"
-
-#include "hdfsee-render.h"
+#include "colscale.h"
struct imagefeature;