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