~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to api/reduce_main.cpp

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
 
25
25
#ifndef _WIN32
26
 
#include <string.h>
27
 
#include <stdio.h>
28
 
#include <stdlib.h>
29
 
#include <math.h>
30
 
 
31
26
#include <cstring>
32
27
#include <cstdio>
33
28
#include <cstdlib>
34
29
#include <cmath>
35
30
#include <assert.h>
36
 
 
37
31
#include <algorithm>
38
 
 
39
32
#endif
40
33
 
41
34
#include "reduce.h"
189
182
    scury++;
190
183
}
191
184
 
192
 
const char *BOINC_RCSID_70f1fa52c7 = "$Id: reduce_main.cpp 16069 2008-09-26 18:20:24Z davea $";