Browse Source

s/G_CONTEXT_H/SP_CONTEXT_H/

tags/mesa_20090313
Brian 18 years ago
parent
commit
16fdae16b6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/mesa/pipe/softpipe/sp_context.h

+ 3
- 3
src/mesa/pipe/softpipe/sp_context.h View File

@@ -28,8 +28,8 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/

#ifndef G_CONTEXT_H
#define G_CONTEXT_H
#ifndef SP_CONTEXT_H
#define SP_CONTEXT_H

#include "glheader.h"

@@ -164,4 +164,4 @@ softpipe_context( struct pipe_context *pipe )
}


#endif
#endif /* SP_CONTEXT_H */

Loading…
Cancel
Save