Skip to content
Snippets Groups Projects
Commit ab80511d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused include

parent b78cd556
Branches
Tags
No related merge requests found
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
#include <thread> #include <thread>
#include <glob.h>
#ifdef DEBUG_FPE #ifdef DEBUG_FPE
#ifdef Q_OS_MAC #ifdef Q_OS_MAC
...@@ -65,7 +64,6 @@ std::string Utils::System::getCurrentDateAndTime() ...@@ -65,7 +64,6 @@ std::string Utils::System::getCurrentDateAndTime()
return to_simple_string(todayUtc); return to_simple_string(todayUtc);
} }
//! enables exception throw in the case of NaN, Inf //! enables exception throw in the case of NaN, Inf
void Utils::EnableFloatingPointExceptions() void Utils::EnableFloatingPointExceptions()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment