all files now include config.h

This commit is contained in:
Bill Currie 2000-05-17 10:03:19 +00:00
parent 906444dfca
commit 832af13c12
126 changed files with 1221 additions and 208 deletions

View file

@ -27,6 +27,9 @@
*/
// r_alias.c: routines for setting up to draw alias models
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"