# HG changeset patch # User Sean Halle # Date 1374499313 25200 # Node ID bd09836570584fc3938c9c1b130d30d5b658561f # Parent 84601ecae6909459753a0e07c8ad2edf7a78add8 new branch -- PR_univ -- changed header to include PR__application.h diff -r 84601ecae690 -r bd0983657058 Histogram.h --- a/Histogram.h Fri Mar 08 05:43:19 2013 -0800 +++ b/Histogram.h Mon Jul 22 06:21:53 2013 -0700 @@ -6,8 +6,7 @@ * */ -#include "PR_impl/PR_primitive_data_types.h" -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" +#include "PR__application_includes/PR__application.h" #ifndef _HISTOGRAM_H #define _HISTOGRAM_H diff -r 84601ecae690 -r bd0983657058 __brch__PR_univ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/__brch__PR_univ Mon Jul 22 06:21:53 2013 -0700 @@ -0,0 +1,4 @@ +This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. + +More importantly, the MC_shared version of PR requires a separat malloc implemeted by PR code.. so this branch has modified the library to use the PR-specific malloc. + diff -r 84601ecae690 -r bd0983657058 __brch__Renamed_VMS_to_PR --- a/__brch__Renamed_VMS_to_PR Fri Mar 08 05:43:19 2013 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. - -More importantly, the MC_shared version of PR requires a separat malloc implemeted by PR code.. so this branch has modified the library to use the PR-specific malloc. -