Browse Source

mesa: Clean up header file inclusion in texformat.h.

tags/android-x86-2.2
Vinson Lee 15 years ago
parent
commit
0ed245bd57
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/main/texformat.h

+ 1
- 1
src/mesa/main/texformat.h View File

@@ -27,9 +27,9 @@
#define TEXFORMAT_H


#include "mtypes.h"
#include "formats.h"

struct gl_context;

extern gl_format
_mesa_choose_tex_format( struct gl_context *ctx, GLint internalFormat,

Loading…
Cancel
Save