summaryrefslogtreecommitdiff
path: root/lib/rosecg/src
diff options
context:
space:
mode:
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 {