Fixed includes from test programs

This commit is contained in:
Charlie Curtsinger 2015-05-28 14:43:59 -04:00
parent 0744e2a7a1
commit 796d318446
9 changed files with 9 additions and 9 deletions

View File

@ -39,7 +39,7 @@
#include "stddefines.h"
#include "causal.h"
#include "coz.h"
#define IMG_DATA_OFFSET_POS 10
#define BITS_PER_PIXEL_POS 28

View File

@ -37,7 +37,7 @@
#include "stddefines.h"
#include "causal.h"
#include "coz.h"
#define DEF_NUM_POINTS 100000
#define DEF_NUM_MEANS 100

View File

@ -40,7 +40,7 @@
#include "stddefines.h"
#include "causal.h"
#include "coz.h"
typedef struct {
char x;

View File

@ -43,7 +43,7 @@
#include "map_reduce.h"
#include "stddefines.h"
#include "causal.h"
#include "coz.h"
typedef struct {
int row_num;

View File

@ -287,7 +287,7 @@ extern "C"
#include <limits.h>
}
#include "causal.h"
#include "coz.h"
//

View File

@ -36,7 +36,7 @@
#include <pthread.h>
#include "stddefines.h"
#include "causal.h"
#include "coz.h"
#define DEF_GRID_SIZE 1000 // all values in the matrix are from 0 to this value
#define DEF_NUM_ROWS 3000

View File

@ -6,7 +6,7 @@
#include <queue>
#include <causal.h>
#include <coz.h>
enum {
Items = 1000000,

View File

@ -43,7 +43,7 @@
#include "map_reduce.h"
#include "stddefines.h"
#include "causal.h"
#include "coz.h"
#define DEFAULT_UNIT_SIZE 5
#define SALT_SIZE 2

View File

@ -41,7 +41,7 @@
#include "stddefines.h"
#include "sort-pthread.h"
#include "causal.h"
#include "coz.h"
#define DEFAULT_DISP_NUM 10
#define START_ARRAY_SIZE 2000