summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index 1e8c931..9f4322f 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -30,7 +30,7 @@
#include <xercesc/sax/HandlerBase.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/PlatformUtils.hpp>
-#include "easylogging++.h"
+#include "uscxml/interpreter/Logging.h"
#include <iostream>
#include <boost/algorithm/string.hpp>
@@ -40,9 +40,6 @@
#include <memory>
#include <mutex>
-#include "easylogging++.h"
-INITIALIZE_EASYLOGGINGPP
-
#define VERBOSE 0
namespace uscxml {