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.h | |
parent | 16d605d60a11b8513bb19829a6e3e851fa46c26a (diff) |
Final (?) version of backend API
Diffstat (limited to 'src/gui_peaksearch.h')
-rw-r--r-- | src/gui_peaksearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_peaksearch.h b/src/gui_peaksearch.h index 5124acdb..68443d5e 100644 --- a/src/gui_peaksearch.h +++ b/src/gui_peaksearch.h @@ -31,7 +31,7 @@ #include <gtk/gtk.h> -#include "crystfel_gui.h" +#include "gui_project.h" extern gint peaksearch_sig(GtkWidget *widget, struct crystfelproject *proj); |