- API: don't include config.h in a few places

api/
		graphics_impl.C
		texture.C
		tgalib.C

svn path=/trunk/boinc/; revision=12705
This commit is contained in:
David Anderson 2007-05-21 18:19:28 +00:00
parent d32fe787e2
commit 6f7f1bfd5c
4 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,5 +1,3 @@
#include "config.h"
#include "tgalib.h"
tImageTGA *LoadTGA(const char *filename)

View File

@ -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