diff options
author | Thomas White <taw@physics.org> | 2020-08-25 11:42:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-25 12:31:32 +0200 |
commit | 30a11737e799faa335d049cc9018ada08cf3442e (patch) | |
tree | 4eddb2413ac29d26f05b6cfafa6fb829da7a859e /src/gui_peaksearch.c | |
parent | 16d605d60a11b8513bb19829a6e3e851fa46c26a (diff) |
Final (?) version of backend API
Diffstat (limited to 'src/gui_peaksearch.c')
-rw-r--r-- | src/gui_peaksearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c index fc82ed80..c3444fe4 100644 --- a/src/gui_peaksearch.c +++ b/src/gui_peaksearch.c @@ -42,8 +42,8 @@ #include <datatemplate.h> #include <peaks.h> -#include "crystfel_gui.h" #include "crystfelimageview.h" +#include "gui_project.h" void update_peaks(struct crystfelproject *proj) |