diff --git a/api/graphics_impl.C b/api/graphics_impl.C index 7a99769815..24df0e41ed 100755 --- a/api/graphics_impl.C +++ b/api/graphics_impl.C @@ -23,8 +23,6 @@ // and thus can be put in a shared library, // separate from the application. -#include "config.h" - #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" #endif diff --git a/api/texture.C b/api/texture.C index 57e396dc60..d2e1178ca1 100644 --- a/api/texture.C +++ b/api/texture.C @@ -1,4 +1,3 @@ -#include "config.h" #include #include #include diff --git a/api/tgalib.C b/api/tgalib.C index d68b66375c..7423874f5d 100644 --- a/api/tgalib.C +++ b/api/tgalib.C @@ -1,5 +1,3 @@ -#include "config.h" - #include "tgalib.h" tImageTGA *LoadTGA(const char *filename) diff --git a/checkin_notes b/checkin_notes index e764b7bf0c..1bc7e1e4e8 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5127,3 +5127,11 @@ Rom 21 May 2007 clientgui/ BOINCBaseFrame.cpp BOINCTaskBar.cpp + +David 21 May 2007 + - API: don't include config.h in a few places + + api/ + graphics_impl.C + texture.C + tgalib.C