summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-22 15:43:29 -0700
committerBrian Paul <brianp@vmware.com>2009-02-22 15:43:29 -0700
commitf2c023291a1f2887294d2aac504f8b82857ad092 (patch)
tree0853aec40ab08699d093debf08ab4553159a0cf8 /src/mesa/main/config.h
parentd909dbcc43c5c1d51a3946488e68a7cd1fbfe920 (diff)
mesa: move a bunch of compiler-related stuff into new compiler.h header
This trims down and cleans up imports.h and glheader.h quite a bit.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 7044b61e4a..bb3e980bfa 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 7.3
+ * Version: 7.5
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
* Copyright (C) 2008 VMware, Inc. All Rights Reserved.
@@ -32,9 +32,6 @@
#define MESA_CONFIG_H_INCLUDED
-#include "main/mfeatures.h"
-
-
/**
* \name OpenGL implementation limits
*/