summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToVHDL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToVHDL.cpp')
-rw-r--r--src/uscxml/transform/ChartToVHDL.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/uscxml/transform/ChartToVHDL.cpp b/src/uscxml/transform/ChartToVHDL.cpp
index 127dc91..e80b543 100644
--- a/src/uscxml/transform/ChartToVHDL.cpp
+++ b/src/uscxml/transform/ChartToVHDL.cpp
@@ -16,16 +16,15 @@
* program. If not, see <http://www.opensource.org/licenses/bsd-license>.
* @endcond
*/
+#if 0
#include "uscxml/transform/ChartToVHDL.h"
-#include "uscxml/debug/Complexity.h"
-#include <DOM/io/Stream.hpp>
#include <iostream>
-#include "uscxml/UUID.h"
-#include "uscxml/dom/DOMUtils.h"
+#include "uscxml/util/UUID.h"
+#include "uscxml/util/DOM.h"
#include <math.h>
#include <boost/algorithm/string.hpp>
-#include <glog/logging.h>
+#include <easylogging++.h>
#include <algorithm>
#include <iomanip>
@@ -1450,4 +1449,6 @@ void ChartToVHDL::writeSystemSignalMapping(std::ostream & stream) {
stream << std::endl;
}
-} \ No newline at end of file
+}
+
+#endif \ No newline at end of file