summaryrefslogtreecommitdiff
path: root/lib/rosecg/src
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-19 15:50:07 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-19 15:50:07 -0600
commita9ed06bec80a2a975102195b5b7b4fe7fece3d38 (patch)
treeb7a92badcfa410c4b57870c78226429bd50d2bfe /lib/rosecg/src
parent210f77d2c32f14d2e99577fd3c9842bb19d47e50 (diff)
downloadchill-a9ed06bec80a2a975102195b5b7b4fe7fece3d38.tar.gz
chill-a9ed06bec80a2a975102195b5b7b4fe7fece3d38.tar.bz2
chill-a9ed06bec80a2a975102195b5b7b4fe7fece3d38.zip
change rosecg path & add install
Diffstat (limited to 'lib/rosecg/src')
-rw-r--r--lib/rosecg/src/CG_roseBuilder.cc2
-rw-r--r--lib/rosecg/src/CG_roseRepr.cc4
-rw-r--r--lib/rosecg/src/rose_attributes.cc2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/rosecg/src/CG_roseBuilder.cc b/lib/rosecg/src/CG_roseBuilder.cc
index 09370a4..8f7e3df 100644
--- a/lib/rosecg/src/CG_roseBuilder.cc
+++ b/lib/rosecg/src/CG_roseBuilder.cc
@@ -13,7 +13,7 @@
*****************************************************************************/
#include <stack>
-#include "CG_roseBuilder.h"
+#include "code_gen/CG_roseBuilder.h"
#include <string>
struct ir_error: public std::runtime_error {
diff --git a/lib/rosecg/src/CG_roseRepr.cc b/lib/rosecg/src/CG_roseRepr.cc
index 0b0c073..5472239 100644
--- a/lib/rosecg/src/CG_roseRepr.cc
+++ b/lib/rosecg/src/CG_roseRepr.cc
@@ -11,8 +11,8 @@
02/01/06 - Chun Chen - created
*****************************************************************************/
-#include "CG_roseRepr.h"
-#include "rose_attributes.h"
+#include "code_gen/CG_roseRepr.h"
+#include "code_gen/rose_attributes.h"
#include <stdio.h>
#include <string.h>
#include <cstring>
diff --git a/lib/rosecg/src/rose_attributes.cc b/lib/rosecg/src/rose_attributes.cc
index 3debb2d..c5ba30b 100644
--- a/lib/rosecg/src/rose_attributes.cc
+++ b/lib/rosecg/src/rose_attributes.cc
@@ -1,4 +1,4 @@
-#include "rose_attributes.h"
+#include "code_gen/rose_attributes.h"
namespace omega {