diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-31 17:43:20 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-31 17:43:20 +0900 |
commit | 8c092def6c8f59048341c585af9b752bfa1f0236 (patch) | |
tree | 7a38063fe0b33c51503e083cec67bfe1ff96dff0 /include/GLES | |
parent | ef823dd543e1d98da98d188c53c8fc3285924364 (diff) |
Remove CVS keywords.
Please remove CVS keywords when importing third-party code into the git
repository.
Diffstat (limited to 'include/GLES')
-rw-r--r-- | include/GLES/gl.h | 1 | ||||
-rw-r--r-- | include/GLES/glext.h | 1 | ||||
-rw-r--r-- | include/GLES/glplatform.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/GLES/gl.h b/include/GLES/gl.h index 76cc947983..8ffcdc1db3 100644 --- a/include/GLES/gl.h +++ b/include/GLES/gl.h @@ -1,7 +1,6 @@ #ifndef __gl_h_ #define __gl_h_ -/* $Id: gl.h 4533 2007-11-26 11:19:35Z markc $ */ #include <GLES/glplatform.h> diff --git a/include/GLES/glext.h b/include/GLES/glext.h index 4de33bc8b8..a55829489d 100644 --- a/include/GLES/glext.h +++ b/include/GLES/glext.h @@ -1,7 +1,6 @@ #ifndef __glext_h_ #define __glext_h_ -/* $Id: glext.h 5687 2008-05-13 21:31:32Z oddhack $ */ #ifdef __cplusplus extern "C" { diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h index 6e725b18a9..7c8392bfcb 100644 --- a/include/GLES/glplatform.h +++ b/include/GLES/glplatform.h @@ -1,7 +1,6 @@ #ifndef __glplatform_h_ #define __glplatform_h_ -/* $Id: glplatform.h 4585 2007-11-30 09:49:39Z markc $ */ #ifdef __cplusplus extern "C" { |