Remove CppCheck warnings

This commit is contained in:
Alexander Bock
2016-07-28 18:04:08 +02:00
parent 8f325f5cd6
commit 4068ec747b
17 changed files with 173 additions and 166 deletions

View File

@@ -74,11 +74,9 @@
#include <modules/iswa/util/iswamanager.h>
#endif
#ifdef _MSC_VER
#ifdef OPENSPACE_ENABLE_VLD
#if defined(_MSC_VER) && defined(OPENSPACE_ENABLE_VLD)
#include <vld.h>
#endif
#endif
#ifdef WIN32
#include <WinBase.h>