summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-09-27 22:40:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-09-27 22:40:22 +0000
commit4f1e3709de54c3a511d6eb0bb7670956fb8f8d2c (patch)
treec2a11e648d5b394c04a941e0808f5bbf0c58b7f1 /include
parent44254d3accd6369e42bb7ce53c70ae4b69a7e598 (diff)
change include of glx_mangle.h to match other headers
Diffstat (limited to 'include')
-rw-r--r--include/GL/glx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 083634261cb..ca4e9ed4f68 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 6.1
+ * Version: 6.2
*
- * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -46,7 +46,7 @@
#if defined(USE_MGL_NAMESPACE)
-#include <GL/glx_mangle.h>
+#include "glx_mangle.h"
#endif