Ignore:
Timestamp:
May 21, 2000, 10:57:14 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/all.h

    r2938 r3582  
    1 /* $Id: all.h,v 1.1 2000-02-29 00:48:24 sandervl Exp $ */
     1/* $Id: all.h,v 1.2 2000-05-21 20:00:53 jeroen Exp $ */
    22
    33/*
    44 * Mesa 3-D graphics library
    5  * Version:  3.1
     5 * Version:  3.3
    66 *
    77 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
     
    5252#endif
    5353
    54 #ifndef XFree86LOADER
    55 #include <assert.h>
    56 #include <limits.h>
    57 #include <stdlib.h>
    58 #include <stdio.h>
    59 #include <string.h>
    60 #include <float.h>
    61 #include <math.h>
    62 #endif
    63 #include "gl.h"
    64 #ifdef XFree86Server
    65 #include "GL/osmesa.h"
    66 #endif
     54#include "glheader.h"
    6755#include "accum.h"
    6856#include "alpha.h"
     
    9684#include "masking.h"
    9785#include "matrix.h"
    98 #include "glmisc.h"
    9986#include "mmath.h"
    10087#include "pb.h"
     
    125112#include "xform.h"
    126113#include "zoom.h"
    127 #ifdef XFree86Server
    128 #include "GL/xf86glx.h"
    129 #endif
    130114
    131115#endif /*SRC_ALL_H*/
Note: See TracChangeset for help on using the changeset viewer.