From 51c7889174215c1e7cc95337a76d18ca284c0f59 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 22 Nov 2006 19:48:35 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc_samples/; revision=11567 --- checkin_notes | 6 ++++++ worker/worker.C | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index cecb5d6d54..fbba47b0d1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -205,3 +205,9 @@ David 8 Nov 2006 uppercase/ logo.jpg (new) + +David 23 Nov 2006 + - don't include util.h in worker.C! + + worker/ + worker.C diff --git a/worker/worker.C b/worker/worker.C index 8653861b00..19a074ebb7 100644 --- a/worker/worker.C +++ b/worker/worker.C @@ -23,10 +23,9 @@ // THIS PROGRAM SHOULDN'T USE ANY BOINC CODE. That's the whole point. #include +#include #include -#include "util.h" - int main(int, char**) { FILE* in = fopen("in", "r"); FILE* out = fopen("out", "w");