Cleanup some unnecessary include statements

Some of these header files are no longer necessary, and will be removed
from libdivecomputer in the near future.

Signed-off-by: Jef Driesen <jef@libdivecomputer.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Jef Driesen 2017-04-13 23:55:33 +02:00 committed by Dirk Hohndel
parent 241bd9aa15
commit f8203b8efe
3 changed files with 2 additions and 12 deletions

View file

@ -1,5 +1,4 @@
#include "configuredivecomputer.h"
#include "libdivecomputer/hw.h"
#include <QTextStream>
#include <QFile>
#include <libxml/parser.h>