From 6f330ed4303a1c05f8d7de1c2fbb9eeae6ea3094 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 18 Jul 2012 08:49:27 +0000 Subject: [PATCH] lib: Adjust #include files as requested by Oliver Bock svn path=/trunk/boinc/; revision=25880 --- checkin_notes | 6 ++++++ lib/procinfo_mac.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 58ddb25e22..eac1ed8709 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4994,3 +4994,9 @@ David 17 July 2012 client/ cs_scheduler.cpp + +Charlie 18 July 2012 + - lib: Adjust #include files as requested by Oliver Bock. + + lib/ + procinfo_mac.cpp diff --git a/lib/procinfo_mac.cpp b/lib/procinfo_mac.cpp index a695449cdd..6c7ef96a9b 100644 --- a/lib/procinfo_mac.cpp +++ b/lib/procinfo_mac.cpp @@ -30,7 +30,7 @@ #endif #include "procinfo.h" -#include "client_state.h" +#include "error_numbers.h" using std::vector;