egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h

This commit is contained in:
Igor Oliveira
2010-02-03 18:37:36 -04:00
committed by Chia-I Wu
parent 88af76ce94
commit f225042a86
3 changed files with 3 additions and 0 deletions
@@ -27,6 +27,7 @@
#include "pipe/p_screen.h"
#include "util/u_memory.h"
#include "util/u_rect.h"
#include "util/u_inlines.h"
#include "egldriver.h"
#include "eglcurrent.h"
#include "eglconfigutil.h"
@@ -25,6 +25,7 @@
#include "util/u_memory.h"
#include "util/u_math.h"
#include "util/u_format.h"
#include "util/u_inlines.h"
#include "pipe/p_compiler.h"
#include "pipe/p_screen.h"
#include "pipe/p_context.h"
@@ -34,6 +34,7 @@
#include "util/u_format.h"
#include "pipe/p_compiler.h"
#include "util/u_simple_screen.h"
#include "util/u_inlines.h"
#include "softpipe/sp_winsys.h"
#include "egllog.h"