Fix memory leaks in trace projections and summary
[charm.git] / src / ck-core / middle.h
blobfe54384dec5baf09c5df7f2e614f9a6a08334748
1 #ifndef _MIDDLE_H_
2 #define _MIDDLE_H_
4 #include "conv-config.h" /* If we don't make sure this is included, we may miss CMK_BIGSIM_CHARM */
6 #if CMK_BIGSIM_CHARM
7 # include "middle-blue.h"
8 using namespace BGConverse;
9 #else
10 # include "middle-conv.h"
11 using namespace Converse;
12 #endif
14 #endif