On Thu, Feb 26, 2015 at 10:01 AM, Brian Paul wrote:
>> I guess my question is whether we need imports.h or whether we can
>> simply include stdlib.h, string.h, and friends directly?
>
>
> I guess I don't feel too strongly about it.
>
> Getting them from imports.h goes back to when we had MALLOC/FR
On 02/26/2015 10:32 AM, Matt Turner wrote:
On Thu, Feb 26, 2015 at 7:34 AM, Brian Paul wrote:
On 02/25/2015 08:36 PM, Matt Turner wrote:
On Wed, Feb 25, 2015 at 5:30 PM, Brian Paul wrote:
Don't include stuff we don't need. Fix a few #includes elsewhere to
keep thing building.
---
src/m
On Thu, Feb 26, 2015 at 7:34 AM, Brian Paul wrote:
> On 02/25/2015 08:36 PM, Matt Turner wrote:
>>
>> On Wed, Feb 25, 2015 at 5:30 PM, Brian Paul wrote:
>>>
>>> Don't include stuff we don't need. Fix a few #includes elsewhere to
>>> keep thing building.
>>> ---
>>> src/mesa/main/compiler.h
On 02/25/2015 08:36 PM, Matt Turner wrote:
On Wed, Feb 25, 2015 at 5:30 PM, Brian Paul wrote:
Don't include stuff we don't need. Fix a few #includes elsewhere to
keep thing building.
---
src/mesa/main/compiler.h | 3 ---
src/mesa/main/cpuinfo.c | 2 +-
src/
On Wed, Feb 25, 2015 at 5:30 PM, Brian Paul wrote:
> Don't include stuff we don't need. Fix a few #includes elsewhere to
> keep thing building.
> ---
> src/mesa/main/compiler.h | 3 ---
> src/mesa/main/cpuinfo.c | 2 +-
> src/mesa/main/imports.h
Don't include stuff we don't need. Fix a few #includes elsewhere to
keep thing building.
---
src/mesa/main/compiler.h | 3 ---
src/mesa/main/cpuinfo.c | 2 +-
src/mesa/main/imports.h | 2 ++
src/mesa/program/prog_parameter_layout.c | 2 +-
4 files