gallium: Clean up header file inclusion in p_defines.h.

Remove p_format.h.
Include p_compiler.h for boolean and uint64_t symbols.
This commit is contained in:
Vinson Lee 2010-08-26 01:30:07 -07:00
parent 81ac08f89d
commit 121b6d68c2

View file

@ -28,7 +28,7 @@
#ifndef PIPE_DEFINES_H
#define PIPE_DEFINES_H
#include "p_format.h"
#include "p_compiler.h"
#ifdef __cplusplus
extern "C" {