summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 19:54:15 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 19:54:15 -0700
commitf96299ea942ac91976f576bc2e1b2db76ba4c72e (patch)
treeca84df51995646075c564a6c5485c0cbe74594cb /subsurfacestartup.c
parent22afca58bf14e114f23b44f5b24c6692985bd21c (diff)
downloadsubsurface-f96299ea942ac91976f576bc2e1b2db76ba4c72e.tar.gz
Dependencies are too aggressive for version.h
Apparently qmake can't tell that #include "version.h" and #include "libdivecomputer/version.h" are not the same thing. Instead of spending another bunch of hours on fixing the buildsystem I decided to just cleanup the spots where we actually use the version file and rename it to ssrf-version.h. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 9a03be6d7..ff0e8405b 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -1,4 +1,5 @@
#include "subsurfacestartup.h"
+#include "ssrf-version.h"
#include <stdbool.h>
#include <string.h>
#include "gettext.h"