mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
ifdef out includes when we build without gtk
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
de8bfe9bc3
commit
89cb73cb2f
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@
|
|||
#include "device.h"
|
||||
#include "divelist.h"
|
||||
#include "display.h"
|
||||
#ifdef USE_GTK_UI
|
||||
#include "display-gtk.h"
|
||||
#endif
|
||||
|
||||
#include "libdivecomputer.h"
|
||||
#include "libdivecomputer/version.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue