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:
Anton Lundin 2013-08-07 19:17:39 +02:00 committed by Dirk Hohndel
parent de8bfe9bc3
commit 89cb73cb2f

View file

@ -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"