From 74452bfbd04365e3cfafa6898a54a2a7e25effd0 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 3 Aug 2012 22:07:04 +0000 Subject: [PATCH] API: remove references to removed files bmplib.h and tgalib.h svn path=/trunk/boinc/; revision=25977 --- api/gutil_text.cpp | 2 -- checkin_notes | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api/gutil_text.cpp b/api/gutil_text.cpp index 4cb4636365..de164a2f87 100644 --- a/api/gutil_text.cpp +++ b/api/gutil_text.cpp @@ -37,8 +37,6 @@ extern "C" { #else #include "jpeglib.h" #endif -#include "bmplib.h" -#include "tgalib.h" #endif #ifndef _WIN32 diff --git a/checkin_notes b/checkin_notes index a815b59247..f52c52721b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5249,3 +5249,9 @@ David 3 Aug 2012 bmplib.cpp,h (removed) tgalib.cpp,h gutil.cpp + +Charlie 3 Aug 2012 + - API: remove references to removed files bmplib.h and tgalib.h. + + api/ + gutil_text.cpp