summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToVHDL.cpp
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-12 13:12:33 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-12 13:12:33 (GMT)
commitb62e7979600feee23dc7cdb61042a8fc7673122b (patch)
treef7351372f37979dd2d048e0b68a16a4cd3b2aadb /src/uscxml/transform/ChartToVHDL.cpp
parent1b11b310be61e51b3ac5ebb83f7c8a33aef3d6e8 (diff)
downloaduscxml-b62e7979600feee23dc7cdb61042a8fc7673122b.zip
uscxml-b62e7979600feee23dc7cdb61042a8fc7673122b.tar.gz
uscxml-b62e7979600feee23dc7cdb61042a8fc7673122b.tar.bz2
Major Refactoring v2.0
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