s/G_CONTEXT_H/SP_CONTEXT_H/

This commit is contained in:
Brian 2007-06-29 12:16:37 -06:00
parent 1be17dc446
commit 16fdae16b6

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 */