Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dc838d26ff
commit
80b786afd0
3 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "config-tremor.h"
|
||||
|
||||
#ifndef _V_RANDOM_H_
|
||||
#define _V_RANDOM_H_
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
function: #ifdef jail to whip a few platforms into the UNIX ideal.
|
||||
|
||||
********************************************************************/
|
||||
#include "config.h"
|
||||
#include "config-tremor.h"
|
||||
|
||||
#ifndef _OS_TYPES_H
|
||||
#define _OS_TYPES_H
|
||||
|
|
Loading…
Reference in a new issue