diff --git a/include/openspace/engine/configurationmanager.h b/include/openspace/engine/configurationmanager.h index 7dfce32982..b826094735 100644 --- a/include/openspace/engine/configurationmanager.h +++ b/include/openspace/engine/configurationmanager.h @@ -109,15 +109,15 @@ public: /// The key that stores the http proxy settings for the downloadmanager static const std::string KeyHttpProxy; /// The key that stores the address of the http proxy - static const std::string ConfigurationManager::PartHttpProxyAddress; + static const std::string PartHttpProxyAddress; /// The key that stores the port of the http proxy - static const std::string ConfigurationManager::PartHttpProxyPort; + static const std::string PartHttpProxyPort; /// The key that stores the authentication method of the http proxy - static const std::string ConfigurationManager::PartHttpProxyAuthentication; + static const std::string PartHttpProxyAuthentication; /// The key that stores the username to use for authentication to access the http proxy - static const std::string ConfigurationManager::PartHttpProxyUser; + static const std::string PartHttpProxyUser; /// The key that stores the password to use for authentication to access the http proxy - static const std::string ConfigurationManager::PartHttpProxyPassword; + static const std::string PartHttpProxyPassword; /** diff --git a/src/rendering/renderengine.cpp b/src/rendering/renderengine.cpp index 9225cc9090..8ca2af7cd7 100644 --- a/src/rendering/renderengine.cpp +++ b/src/rendering/renderengine.cpp @@ -83,7 +83,6 @@ #include #include -#include #include // ABuffer defines