cell: #includes to silence warnings

This commit is contained in:
Brian 2008-02-20 14:27:08 -07:00
parent f6e1654e22
commit 9e57e70b42
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include "cell_batch.h"
#include "cell_flush.h"
#include "cell_spu.h"
#include "cell_state.h"
void

View File

@ -35,6 +35,7 @@
#include "cell_context.h"
#include "cell_draw_arrays.h"
#include "cell_flush.h"
#include "cell_spu.h"
#include "cell_batch.h"