diff options
author | Benjamin <nystire@gmail.com> | 2013-08-05 14:35:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-08-05 16:49:33 +0200 |
commit | aa5365eb3fc49e6b7ffa2897b7bbd801b173b26b (patch) | |
tree | d3ea8690c9ef1ac0db6a2ec48d22ae2d8539242c /divelist-gtk.c | |
parent | e5b18db8026f1488f73b5fed7fa62ba4990cea46 (diff) | |
download | subsurface-aa5365eb3fc49e6b7ffa2897b7bbd801b173b26b.tar.gz |
Clean up code to remove false messages about errors in Eclipse
Imported the subsurface project into Eclipse to try and pull apart
how it all works together. Added an include for profile.h and some
brackets around a condition, but didn't make any functional changes
(I hope). These 2 changes should be purely cosmetic.
Signed-off-by: Benjamin Fogel <benjaminfogel@yahoo.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist-gtk.c')
-rw-r--r-- | divelist-gtk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist-gtk.c b/divelist-gtk.c index 79613e012..49f4b143c 100644 --- a/divelist-gtk.c +++ b/divelist-gtk.c @@ -34,6 +34,7 @@ #include "display.h" #include "display-gtk.h" #include "webservice.h" +#include "profile.h" #include <gdk-pixbuf/gdk-pixdata.h> #include "satellite.h" |