Changeset 3598 for trunk/src/opengl/mesa/xform.c
- Timestamp:
- May 23, 2000, 10:41:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/xform.c
r2962 r3598 1 /* $Id: xform.c,v 1. 2 2000-03-01 18:49:41jeroen Exp $ */1 /* $Id: xform.c,v 1.3 2000-05-23 20:41:07 jeroen Exp $ */ 2 2 3 3 /* 4 4 * Mesa 3-D graphics library 5 * Version: 3. 15 * Version: 3.3 6 6 * 7 7 * Copyright (C) 1999 Brian Paul All Rights Reserved. … … 42 42 #include "all.h" 43 43 #else 44 #ifndef XFree86Server 45 #include <math.h> 46 #include <stdio.h> 47 #include <stdlib.h> 48 #else 49 #include "GL/xf86glx.h" 50 #endif 44 #include "glheader.h" 51 45 #include "vb.h" 52 46 #include "types.h"
Note:
See TracChangeset
for help on using the changeset viewer.