mirror of https://github.com/BOINC/boinc.git
- 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:
parent
d32fe787e2
commit
6f7f1bfd5c
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "tgalib.h"
|
||||
|
||||
tImageTGA *LoadTGA(const char *filename)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue