small change: not using path when includes the header file as Brian suggested.
authoryeom <yeom>
Thu, 28 Oct 2010 00:00:26 +0000 (00:00 +0000)
committeryeom <yeom>
Thu, 28 Oct 2010 00:00:26 +0000 (00:00 +0000)
Robust/src/IR/Flat/BuildCode.java

index eb1b1bb77a0b8baa45f78ef7a87b499accd17533..8e80c4f6e38ef00b987e763079bc74280706fd02 100644 (file)
@@ -227,7 +227,6 @@ public class BuildCode {
 
       if (state.RCR) {
         outmethodheader.println("#include \"rcr_runtime.h\"");
-        outmethodheader.println("#include \"oooJava/hashStructure.h\"");
       }
 
       // spit out a global to inform all worker threads with
@@ -693,6 +692,7 @@ public class BuildCode {
         outmethod.println("#include \"trqueue.h\"");
         outmethod.println("#include \"RuntimeConflictResolver.h\"");
         outmethod.println("#include \"rcr_runtime.h\"");
+        outmethod.println("#include \"hashStructure.h\"");
       }
     }